App.vue: tiny syntax change
This commit is contained in:
@ -20,11 +20,8 @@ export default {
|
|||||||
CatalogEditor,
|
CatalogEditor,
|
||||||
/* AddProductDialog, */
|
/* AddProductDialog, */
|
||||||
},
|
},
|
||||||
data () {
|
data: () => ({
|
||||||
return {
|
}),
|
||||||
//
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user