Zen33 / vue-sparklines

Sparkline chart built with Vue.
MIT License
66 stars 23 forks source link

语法错误 #5

Closed fengjingxuan8 closed 5 years ago

fengjingxuan8 commented 5 years ago

IE 11 下 ,页面加载失败,提示语法错误

Zen33 commented 5 years ago

请提供详细异常信息。

fengjingxuan8 commented 5 years ago

image image IE11仅有如上提示

fengjingxuan8 commented 5 years ago

image

Zen33 commented 5 years ago

package.json 增加 babel-helper-vue-jsx-merge-props、babel-plugin-syntax-jsx、babel-plugin-transform-vue-jsx 依赖,.babelrc 中引入 transform-vue-jsx 的plugin。

Yang-73 commented 3 years ago

package.json增加babel-helper-vue-jsx-merge-props,babel-plugin-syntax-jsx,babel-plugin-transform-vue-jsx依赖,.babelrc中日期transform-vue-jsx的插件。

都有引入,还是存在语法错误

Zen33 commented 3 years ago

@Yang-73 请提供代码片段以便复现当前问题,谢谢。