myliang / fish-ui

A Vue.js 2.0 UI Toolkit for Web
https://myliang.github.io/fish-ui/
MIT License
908 stars 88 forks source link

SyntaxError: Unexpected token: string (./styles/index.less) [./~/fish-ui/src/index.js:1,0] #15

Open moker-monkey opened 6 years ago

moker-monkey commented 6 years ago

不是用vue-cli起的项目用不了吗?我用的webpack2搭建的脚手架,将less-loader,less 都装了老是报这个错。。

myliang commented 6 years ago

@moker-monkey 用最新版本看看,不行,可能就是的你环境有问题

myliang commented 6 years ago

@moker-monkey 或者你用我这个项目看看 https://github.com/myliang/fish-admin 有没有问题

walirt commented 3 years ago

@moker-monkey 用最新版本看看,不行,可能就是的你环境有问题

也是用最新版本 vue-cli 起的项目 Unrecognized input. Possibly missing '(' in mixin call.

walirt commented 3 years ago

已解决 降低less版本就可以了 https://github.com/ant-design/ant-design/issues/28427#issuecomment-748368897