fix errors

This commit is contained in:
syuilo 2021-11-12 18:54:42 +09:00
parent 0a2e046b28
commit e6e33faefb
2 changed files with 2 additions and 9 deletions

View file

@ -186,14 +186,6 @@ export default defineComponent({
os.success(); os.success();
}, },
setAsAvatar() {
os.updateAvatar(this.file);
},
setAsBanner() {
os.updateBanner(this.file);
},
addApp() { addApp() {
alert('not implemented yet'); alert('not implemented yet');
}, },

View file

@ -34,6 +34,7 @@
}, },
"compileOnSave": false, "compileOnSave": false,
"include": [ "include": [
"./**/*.ts" "./**/*.ts",
"./**/*.vue"
] ]
} }