getting started with vux, encountered a problem here in router. Figure above:
router/index.js
main.js:
:main.jsrouter/index.js
:router/index.jspathindex.vue
:main.jsrouter/index.jsmain.jsindex.jspathmain.jsrouter/index.js
getting started with vux, encountered a problem here in router. Figure above:
router/index.js
main.js:
:main.jsrouter/index.js
:router/index.jspathindex.vue
:main.jsrouter/index.jsmain.jsindex.jspathmain.jsrouter/index.js
main.js is the portal file and router/index.js is the routing configuration file, but why configure routing again in main.js? Just import the routing configuration into main.js.
Previous: Why an error occurs when local code is deployed to the server
Next: How can php quickly compare the same values that exist in two arrays
the project uses vux components in many places in the vue-cli, project. When using the phone s built-in browser to open it, it is found to be a white screen, which should be a mistake somewhere, but Wechat and other browsers such as google and uc can op...
where can I add a judgment before clicking finish? ...