Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ui
/
vuedashboard
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
孙玉明
2019-04-29 15:36:16 +0800
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Commit
6e7cc2cebc99b8e28460c9f90e7d9621c72f7b39
6e7cc2ce
2 parents
bb334c40
bf75c703
添加修改布局钩子,保存到网络
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
src/App.vue
src/store/components/layout.js
src/views/index1/index.vue
src/App.vue
View file @
6e7cc2c
...
...
@@ -42,8 +42,7 @@ export default {
}
}
});
},
methods: {}
}
};
</script>
...
...
src/store/components/layout.js
View file @
6e7cc2c
...
...
@@ -36,5 +36,5 @@ const mutations = {
export
default
{
namespaced
:
true
,
state
,
mutations
,
mutations
};
...
...
src/views/index1/index.vue
View file @
6e7cc2c
...
...
@@ -11,11 +11,7 @@
</style>
<script>
import config from "./config";
export default {
name: "index1",
components: {
config
}
};
</script>
...
...
Please
register
or
sign in
to post a comment