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
添加修改布局钩子,保存到网络
Hide 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 {
...
@@ -42,8 +42,7 @@ export default {
42
}
42
}
43
}
43
}
44
});
44
});
45
-
},
45
+
}
46
-
methods: {}
47
};
46
};
48
</script>
47
</script>
49
48
...
...
src/store/components/layout.js
View file @
6e7cc2c
...
@@ -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
};
...
...
src/views/index1/index.vue
View file @
6e7cc2c
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment