添加功能
This commit is contained in:
@@ -176,9 +176,6 @@ export default {
|
||||
clearTimeout(this.intervalId)
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this._startMapping()
|
||||
},
|
||||
mounted() {
|
||||
// 初始化并启动引导
|
||||
this.$nextTick(() => {
|
||||
@@ -206,6 +203,7 @@ export default {
|
||||
doneBtnText: this.$t('close'),
|
||||
onDestroyed: () => {
|
||||
this.driverActive = false
|
||||
this._startMapping()
|
||||
},
|
||||
onPopoverRender: (popover, {config, state}) => {
|
||||
if (state.activeIndex === 0) {
|
||||
|
||||
Reference in New Issue
Block a user