Fixed removing/adding to library, label tag

This commit is contained in:
exttex
2020-11-05 22:00:29 +01:00
parent 7eb047bae1
commit 416d65f310
38 changed files with 514 additions and 180 deletions

View File

@ -143,7 +143,6 @@ export default {
},
created() {
this.$axios.get('/about').then((res) => {
console.log(res);
this.data = res.data;
});
}