打包0.6.7
This commit is contained in:
parent
2bf146816b
commit
b71a80e383
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="headerContainer">
|
<div class="headerContainer">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="title">
|
<div class="title" @click="toIndex">
|
||||||
<img src="../../../assets/img/logo2.png" alt="">
|
<img src="../../../assets/img/logo2.png" alt="">
|
||||||
SimpleMindMap
|
SimpleMindMap
|
||||||
</div>
|
</div>
|
||||||
@ -74,6 +74,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
toIndex() {
|
||||||
|
this.$router.push('/index')
|
||||||
|
},
|
||||||
|
|
||||||
toDemo() {
|
toDemo() {
|
||||||
this.$router.push('/')
|
this.$router.push('/')
|
||||||
},
|
},
|
||||||
@ -108,6 +112,7 @@ export default {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user