You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue-auto-routing is an awesome thing. However, it includes some ES2015 code, and babel-loader will ignore the files within node_moudles. When we import vue-auto-routing
into our project, it will encounter a problem on older devices, such as iOS8/9, witch not supporting ES2015.
The text was updated successfully, but these errors were encountered:
tsconfig.json in this repo does not affects generated route code because it is for webpack plugin. I've made a change to vue-route-generator not to include ES2015+ code in generated code. You can try [email protected] for the fix.
Vue-auto-routing is an awesome thing. However, it includes some ES2015 code, and babel-loader will ignore the files within node_moudles. When we import vue-auto-routing
into our project, it will encounter a problem on older devices, such as iOS8/9, witch not supporting ES2015.
The text was updated successfully, but these errors were encountered: