孙玉明

添加修改布局钩子,保存到网络

...@@ -42,8 +42,7 @@ export default { ...@@ -42,8 +42,7 @@ export default {
42 } 42 }
43 } 43 }
44 }); 44 });
45 - }, 45 + }
46 - methods: {}
47 }; 46 };
48 </script> 47 </script>
49 48
......
...@@ -36,5 +36,5 @@ const mutations = { ...@@ -36,5 +36,5 @@ const mutations = {
36 export default { 36 export default {
37 namespaced: true, 37 namespaced: true,
38 state, 38 state,
39 - mutations, 39 + mutations
40 }; 40 };
......
...@@ -11,11 +11,7 @@ ...@@ -11,11 +11,7 @@
11 </style> 11 </style>
12 12
13 <script> 13 <script>
14 -import config from "./config";
15 export default { 14 export default {
16 name: "index1", 15 name: "index1",
17 - components: {
18 - config
19 - }
20 }; 16 };
21 </script> 17 </script>
......