refactor(client): ✨
This commit is contained in:
parent
980a99b6c9
commit
46c0280764
10 changed files with 23 additions and 14 deletions
|
|
@ -448,7 +448,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
setEyeCatchingImage(e) {
|
||||
selectFile(e.currentTarget || e.target, null, false).then(file => {
|
||||
selectFile(e.currentTarget || e.target, null).then(file => {
|
||||
this.eyeCatchingImageId = file.id;
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue