在playground中调用show报错undefined
show() { // 打开playground界面
this.$playground.show();
}
报错,Uncaught TypeError: Cannot read properties of undefined (reading 'show')
.
但是在menu中调用show和hide都是正常调用,这是为什么啊,有木有大佬解答!!!
提问于15天前
964