Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

我也出现了#47 #50相同的问题 #56

Closed 978740431 closed 6 years ago

978740431 commented 6 years ago

1 2 3

978740431 commented 6 years ago

4

ermaoL commented 6 years ago

我也遇到这个问题了。 vue init webpack myProject,再install vue-easytable去安装,然后引入css报错。 也是直接页面引入解决的

huangshuwei commented 6 years ago

我现在用vue-cli 试下

huangshuwei commented 6 years ago

刚才我用vue-cli 没有重现,可以正常展示 node 6.10.0 npm 4.4.1 webpack 2.6.1

@978740431 @ermaoL 提供下 npm 的版本

ermaoL commented 6 years ago

node 8.6.0 npm 5.5.1 webpack 3.8.1 vue-cli 2.9.1

huangshuwei commented 6 years ago

最终发现用最新版的 vue-cli 会出现这个问题,正在紧急修复

huangshuwei commented 6 years ago

@all 已修复,已发布 https://github.com/huangshuwei/vue-easytable/releases/tag/1.5.11

ermaoL commented 6 years ago

感谢大佬

huangshuwei commented 6 years ago

不客气,有问题再反馈

vercha commented 6 years ago

我引入css后还是报同样错,node8.9.1 ;是引用了1.5.11及以上版本就没有问题么?