Skip to content
Snippets Groups Projects
Commit e6e33fae authored by syuilo's avatar syuilo
Browse files

fix errors

parent 0a2e046b
No related branches found
No related tags found
No related merge requests found
......@@ -186,14 +186,6 @@ export default defineComponent({
os.success();
},
setAsAvatar() {
os.updateAvatar(this.file);
},
setAsBanner() {
os.updateBanner(this.file);
},
addApp() {
alert('not implemented yet');
},
......
......@@ -34,6 +34,7 @@
},
"compileOnSave": false,
"include": [
"./**/*.ts"
"./**/*.ts",
"./**/*.vue"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment