Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged main.js断点看到

0 votes
637 views
1 answer
    main.js断点看到 Vue 显示未定义,但是却可以打印,Vue原型方法里面的this,同样断点,this指向vue打印出来是undefined 这是什么情况? 应该是没什么特殊的操作,就是单纯的打印 // ... ) console.log(this) this.$router.go(n); } pop就是在组件里通过 this.pop() 调用...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...