Skip to content

Commit c2d50c9

Browse files
committed
update docs
1 parent ef072f2 commit c2d50c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/zh-cn/Component.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ export * from './hello.ts'
7474
// 引入 'src/components/tags/hello'
7575
import Hello from 'components/tags/hello'
7676
```
77+
如果你使用 vscode 开发的话,建议设置以下选项:
78+
```json
79+
{
80+
"editor.quickSuggestions": {
81+
"other": true,
82+
"comments": false,
83+
"strings": true
84+
}
85+
}
86+
```
87+
这样你 import 的时候就有路径提示。

0 commit comments

Comments
 (0)