fix: (02) (03) Can't change the original picture.
This commit is contained in:
parent
9bcae00cb5
commit
3a3176c3e5
2 changed files with 3 additions and 0 deletions
|
|
@ -1574,6 +1574,7 @@ watch(
|
|||
v-model:status-toggle="statusToggle"
|
||||
v-model:profile-submit="profileSubmit"
|
||||
@input-file="inputFile.click()"
|
||||
@cancel-file="inputFile.value = ''"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -2952,6 +2952,7 @@ watch(isMainPage, () => {
|
|||
v-model:status-toggle="statusToggle"
|
||||
v-model:profile-submit="profileSubmit"
|
||||
@input-file="inputFile.click()"
|
||||
@cancel-file="inputFile.value = ''"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
@ -3128,6 +3129,7 @@ watch(isMainPage, () => {
|
|||
v-model:status-toggle="statusToggle"
|
||||
v-model:profile-submit="profileSubmit"
|
||||
@input-file="inputFile.click()"
|
||||
@cancel-file="inputFile.value = ''"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue