1. Problems
This problem is because debug is not enabled in main.js mode!! Let’s open it in main.js.
2. Solution:
Find main. JS (source – > main.js)
import Vue from 'vue' Vue.config.devtools = true
Maybe Vue has already been introduced into your project, so you don’t need it
import Vue from 'vue'
Just the second sentence
Similar Posts:
- Sublime text Upload FTP Error: failure (Disconnected – possible PASV mode error, try setting ftp_passive_mode to false in sftp-config.json)
- [Solved] Lazy loading NSBundle MobileCoreServices.framework…
- git commit–fatal: unable to auto-detect email address
- When vue3 introduces element plus, index.css cannot be found. Solve the problem
- React Run Error: Uncaught TypeError: Cannot read property ‘forEach‘ of undefined
- How to Solve Vue Space Line Wrap Error
- [Solved] Alipay (Dingding) applet uses uView console error: Cannot read property’title-all’ of undefined
- [Solved] ImportError:attempted relative import with no known parent package
- [Solved] Gradle Error: Could not find method api() for arguments….
- NameError: name ‘pip’ is not defined