Awe

Results 50 comments of Awe

I'm also having this problem, a 200 line less file is fully reproducible, this issue looks like a [reprism](https://github.com/tannerlinsley/reprism) problem? [https://github.com/kucherenko/jscpd/blob/master/packages/tokenizer/src/tokenize.ts#L38](https://github.com/kucherenko/jscpd/blob/master/packages/tokenizer/src/tokenize.ts#L38)

## Case 1 index.less ```bash time jscpd 14.49s user 0.33s system 98% cpu 15.009 total ``` source: ```less .item-order { background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ffffff), color-stop(0.5,...

看起来是这里的问题 ```bash cd server && node app ``` 改成这样应该就可以了 ```bash node server/app ```

@torresyb 看来忘了添加 vuex-router-sync 依赖了

这个里的导航是个动效实现的测试,不打算完整实现了

这里是相关的文件 [/radon-ui/plugin/preview.js](https://github.com/luojilab/radon-ui/blob/kyle/radon-ui/plugin/preview.js) [/radon-ui/install.js](https://github.com/luojilab/radon-ui/blob/kyle/radon-ui/install.js) [/radon-ui/components/global/preview.vue](https://github.com/luojilab/radon-ui/blob/kyle/radon-ui/components/global/preview.vue)

我是做过全屏切换的slider更新的,目前我这边看git page没有出现这个问题,你能在提供一个测试 repo吗?

@guntertien 只需要将 ready 改为 mounted 即可

fix at v0.1.7

@zyp199737 欢迎提交 PR