404
404
遇到了类似的问题。 ### taro版本 3.0.2 ### 目前的生效方式 在`postcss`下配置`css module`不生效。 通过`cssLoaderOption`配置为`global`才能生效。 ```js cssLoaderOption: { modules: { mode: 'global', localIdentName: '[name]__[local]___[hash:base64:5]' } }, ``` ### 一点小建议 mpvue里实现了`scoped style`,如果taro也能直接通过`scoped style`实现的话,就更好了~
> ``` > placeholder="说点什么吧..." > v-bind:maxlength="300" > v-model="desc" > /> > ``` > > 在textarea外套一层div 加一个v-if="isShowTextarea" > isShowTextarea 在data中设置为true即可,亲测可用 感谢,you save my life.
遇到了同样的问题
Hope for support, it has been 4 years...
更新子应用代码时遇到了同样的问题,热更新时偶现这个bug,希望尽快有解决方案,不然每次出问题了都需要刷新页面。
I also hope to has an 'autofix' function for the rule 'import/extensions'. Except for the case @csvan mentioned, there are many other cases that need the 'autofix'. For example, when...
has the same request
Has the same request, hope to support Chinese in the future version~
有同样的需求,请问楼主找到解决方法了吗?