Skip to content

Commit 0e28a72

Browse files
committed
docs
1 parent 89d7e94 commit 0e28a72

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/en/wellknown-issues/wellknown-issues.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
When `useDefineForClassFields` is `true` in ts config, we can't access fields on `this` context while declaring class fields.
44

5-
[](./do-not-use-this.ts ':include :type=code typescript')
5+
[](./code-do-not-use-this.ts ':include :type=code typescript')
66

77
## Use Vitest
88

99
If you have some error when use v-f-d with test framework, use Vitest instead of it.
1010

1111
https://github.com/facing-dev/vue-facing-decorator/issues/54#issuecomment-1500019388
12+
1213
https://github.com/facing-dev/vue-facing-decorator/issues/33#issuecomment-1410648544
1314

1415
## Lake of IDE type supports

docs/zh-cn/wellknown-issues/wellknown-issues.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
当TS配置文件中`useDefineForClassFields``true`时,我们不能用`this`上下文来声明类组件的属性。
44

5-
[](../../en/wellknown-issues/do-not-use-this.ts ':include :type=code typescript')
5+
[](../../en/wellknown-issues/code-do-not-use-this.ts ':include :type=code typescript')
66

77
## 使用Vitest
88

99
如果你在使用测试框架出现错误时,尝试使用Vitest。
1010

1111
https://github.com/facing-dev/vue-facing-decorator/issues/54#issuecomment-1500019388
12+
1213
https://github.com/facing-dev/vue-facing-decorator/issues/33#issuecomment-1410648544
1314

1415
## 缺少IDE类型是吃

0 commit comments

Comments
 (0)