We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0-beta.25。
(issue 改了好多次……sorry)
发现自定义组件保存 js 文件的时候,wxss 文件会被清空。 再保存一次 wxss 文件,样式又回来了。
更新: 原因找到了…… 我在 js 文件头写的引入样式没有加后缀名😂
import './xxx' // 出现这种情况
import './xxx.scss' // 正常
The text was updated successfully, but these errors were encountered:
Merge pull request NervJS#586 from kongxiaojun/58/harmony-hybrid-3.6.29
bcb22a0
feat: createIntersectionObserver修改为独立实现,回调参数支持id和dataset
No branches or pull requests
1.0.0-beta.25。
(issue 改了好多次……sorry)
发现自定义组件保存 js 文件的时候,wxss 文件会被清空。
再保存一次 wxss 文件,样式又回来了。
更新:
原因找到了……
我在 js 文件头写的引入样式没有加后缀名😂
The text was updated successfully, but these errors were encountered: