diff --git a/cateditor/src/components/Navbar.vue b/cateditor/src/components/Navbar.vue
index 601103b..c12197e 100644
--- a/cateditor/src/components/Navbar.vue
+++ b/cateditor/src/components/Navbar.vue
@@ -1,30 +1,68 @@
-
+
+
+
ProCatalog
- Catalog Editor
+ {{ pageTitle }}
- Dashboard
- Link Two
- Link Three
+ Dashboard
+
+
+
+ Support
+
+
+
+
+
+
+
+ Account
+
+
+
+
+
-
diff --git a/cateditor/src/pages/editor/App.vue b/cateditor/src/pages/editor/App.vue
index 52e0a63..5404591 100644
--- a/cateditor/src/pages/editor/App.vue
+++ b/cateditor/src/pages/editor/App.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/cateditor/src/pages/list/App.vue b/cateditor/src/pages/list/App.vue
index 58494c0..ba41a62 100644
--- a/cateditor/src/pages/list/App.vue
+++ b/cateditor/src/pages/list/App.vue
@@ -1,6 +1,6 @@
-
+
@@ -17,11 +17,8 @@ export default {
Navbar,
CatalogList,
},
- data () {
- return {
- //
- }
- }
+ data: () => ({
+ }),
}