We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fcea1e + 9c1f9cb commit 3364a36Copy full SHA for 3364a36
packages/taro-ui-docs/markdown/questions.md
@@ -35,6 +35,24 @@ h5: {
35
```
36
:::
37
38
+## 出现 `Can't resolve './style/index.scss'` 怎么办?
39
+升级至 `taro` 匹配的 `taro-ui` 版本就可以解决
40
+例如 taro 3.x
41
+```json
42
+ ...
43
+ "dependencies": {
44
+ "@tarojs/components": "3.2.2-beta.0",
45
+ "@tarojs/react": "3.2.2-beta.0",
46
+ "@tarojs/runtime": "3.2.2-beta.0",
47
+ "@tarojs/taro": "3.2.2-beta.0",
48
+ },
49
50
+```
51
+那么需要升级至
52
53
+"taro-ui": "^3.0.0-alpha.3"
54
55
+
56
## 如何自定义样式?
57
58
请查看 [「自定义主题」](https://taro-ui.aotu.io/#/docs/customizetheme) 章节
0 commit comments