no message

Former-commit-id: 0cd8fa8e6276095acac80cea2474a9a06e77545d
Former-commit-id: bd04cd746dd9b8520d0b7c0b23579a9a11e5bea9
Former-commit-id: c5c10a1b0a40206a1016b1166f4130c37fafbc5f
This commit is contained in:
李杨
2018-02-26 20:50:18 +08:00
parent e89aed566c
commit 520dea1cba

View File

@@ -156,7 +156,19 @@ export default {
}
}
},
mounted () {
// 显示提示
this.showInfo();
},
methods: {
// 显示提示
showInfo () {
this.$notify({
title: '提示',
message: '你可以按住卡片标题拖拽卡片;或者在每个卡片的右下角拖动,调整大小检查图表自动更新',
duration: 10000
})
},
// 图表 mounted
isReady (index) {
this.chart[index].ready = true