no message
Former-commit-id: dd22df84d61fb96d2e635b837db930d43ac4a048 Former-commit-id: b482b2884ee22eabd0e923e61b7ed90ffc73f168 Former-commit-id: 0c4e25572d4c9a933085be0fe5cde6085d83d7d8
This commit is contained in:
@@ -55,8 +55,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 加载完成后显示提示
|
|
||||||
mounted () {
|
mounted () {
|
||||||
|
// 加载完成后显示提示
|
||||||
this.showInfo()
|
this.showInfo()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -18,3 +18,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
mounted () {
|
||||||
|
// 加载完成后显示提示
|
||||||
|
this.showInfo()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 显示提示
|
||||||
|
showInfo () {
|
||||||
|
this.$notify({
|
||||||
|
title: '提示',
|
||||||
|
message: '在横向或者纵向的分割线上拖拽调整分区大小',
|
||||||
|
duration: 10000
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user