Compare commits
2 Commits
bafcf04ee7
...
f17502cf53
Author | SHA1 | Date |
---|---|---|
JIAL | f17502cf53 | |
JIAL | 7df5be2da6 |
|
@ -85,6 +85,11 @@ export default {
|
||||||
created() {
|
created() {
|
||||||
console.log("hello world")
|
console.log("hello world")
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.$store.dispatch('app/toggleSideBarHide', true);
|
||||||
|
document.querySelector('.navbar').style.display = "none";
|
||||||
|
document.querySelector('.tags-view-container').style.display = "none"
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleClick(appName) {
|
handleClick(appName) {
|
||||||
console.log(appName);
|
console.log(appName);
|
||||||
|
|
Loading…
Reference in New Issue