some fixes to inline

This commit is contained in:
vapormusic 2022-03-26 22:47:29 +07:00
parent 272d3392a1
commit fedd28d8a6
2 changed files with 5 additions and 10 deletions

View file

@ -55,12 +55,6 @@
app: this.$root,
}
},
watch:{
data: function(newVal, oldVal) {
console.log("newdata",newVal);
},
},
methods: {
getKind(item) {
if (typeof item.kind != "undefined") {