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