no message
Former-commit-id: 0cd8fa8e6276095acac80cea2474a9a06e77545d Former-commit-id: bd04cd746dd9b8520d0b7c0b23579a9a11e5bea9 Former-commit-id: c5c10a1b0a40206a1016b1166f4130c37fafbc5f
This commit is contained in:
@@ -156,7 +156,19 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
mounted () {
|
||||||
|
// 显示提示
|
||||||
|
this.showInfo();
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
// 显示提示
|
||||||
|
showInfo () {
|
||||||
|
this.$notify({
|
||||||
|
title: '提示',
|
||||||
|
message: '你可以按住卡片标题拖拽卡片;或者在每个卡片的右下角拖动,调整大小检查图表自动更新',
|
||||||
|
duration: 10000
|
||||||
|
})
|
||||||
|
},
|
||||||
// 图表 mounted
|
// 图表 mounted
|
||||||
isReady (index) {
|
isReady (index) {
|
||||||
this.chart[index].ready = true
|
this.chart[index].ready = true
|
||||||
|
|||||||
Reference in New Issue
Block a user