App.vue: tiny syntax change

This commit is contained in:
Seth Ladygo
2019-05-03 00:03:59 -07:00
parent 1ed6b4f24b
commit d61e8d8dd4

View File

@ -20,11 +20,8 @@ export default {
CatalogEditor,
/* AddProductDialog, */
},
data () {
return {
//
}
}
data: () => ({
}),
}
</script>