safari browser npm run dev reported Unexpected token "const"
"babel-preset-es2015": "^ 6.9.0",
"webpack-dev-server": "2.7.1",
safari browser npm run dev reported Unexpected token "const"
"babel-preset-es2015": "^ 6.9.0",
"webpack-dev-server": "2.7.1",
browsers do not support es6 syntax. Just convert it to es5
1. Your browser version is too low. If it is Mac, you can upgrade the Safari browser to get the syntax.
2, ES6 to ES5 see here: https://github.com/vuejs/vue-.;
< del > 3. Configure the version field "browserslist" supported by the "package.json" file for browsers [autofix configuration for CSS style only] < / del >
Previous: It has been repeated several times in the template, can you simplify it?
Next: What's the difference between Genymotion's in the clound and on your desktop?
-sharp columns render Vue Render render h rowcolumn index as shown in the figure, I used the table component of iview in the vue project. Now the requirement is to click on the details of each row in the table to trigger the business logic ex...
I use the background template of iview admin, but I just don t understand how to upload pictures. searched a lot but couldn t find a solution. related codes <style lang="less"> @import .. .. .. .. styles loading.less ; <...
assetscss :main.jsiview node_module the background images that I use locally after packaging can be accessed normally. These font files are mainly used in the Icon component of iview . ...
problem description vue uses the tree component under the iview component library to report an error when loading data asynchronously the environmental background of the problems and what methods you have tried according to the official document, ...