no message

Former-commit-id: 9ae8b49d941bb706a8f854904dec8b3368703dc5
Former-commit-id: 64e32476f75a5e030ce3ef1b3a539e7dd8270c1e
Former-commit-id: 17ae738206924373750cd595f04432635f0fac58
This commit is contained in:
李杨
2018-03-02 22:15:37 +08:00
parent ce4616d44a
commit 7be2f4d48e
2 changed files with 2 additions and 4 deletions

View File

@@ -64,8 +64,7 @@ export default {
showInfo () {
this.$notify({
title: '提示',
message: '你可以按住卡片拖拽改变位置;或者在每个卡片的右下角拖动,调整卡片大小',
duration: 10000
message: '你可以按住卡片拖拽改变位置;或者在每个卡片的右下角拖动,调整卡片大小'
})
},
// 测试代码

View File

@@ -30,8 +30,7 @@ export default {
showInfo () {
this.$notify({
title: '提示',
message: '在横向或者纵向的分割线上拖拽调整分区大小',
duration: 10000
message: '在横向或者纵向的分割线上拖拽调整分区大小'
})
}
}