diff --git a/cateditor/src/pages/editor/App.vue b/cateditor/src/pages/editor/App.vue index 26d8e04..52e0a63 100644 --- a/cateditor/src/pages/editor/App.vue +++ b/cateditor/src/pages/editor/App.vue @@ -20,11 +20,8 @@ export default { CatalogEditor, /* AddProductDialog, */ }, - data () { - return { - // - } - } + data: () => ({ + }), }