孙玉明

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

......@@ -42,8 +42,7 @@ export default {
}
}
});
},
methods: {}
}
};
</script>
......
......@@ -36,5 +36,5 @@ const mutations = {
export default {
namespaced: true,
state,
mutations,
mutations
};
......
......@@ -11,11 +11,7 @@
</style>
<script>
import config from "./config";
export default {
name: "index1",
components: {
config
}
};
</script>
......