делано, но devtools говорит, "Devtools inspection is not available because it's in production mode or explicitly disabled by the author.")
                  
                  
                  
                  
                  
                  В консоли "You are running Vue in development mode.
                  
                  
                  Make sure to turn on production mode when deploying for production."
                  
                  
                
You are probably using Vue from CDN, and probably using a production build (dist/vue.min.js). Either replace it with a dev build (dist/vue.js) or add Vue.config.devtools = true to the main js file.
Обсуждают сегодня