From 2c0078753a914b8ad7774cedf0289c892474b660 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Fri, 27 May 2022 17:56:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=B8=B8=E8=A7=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/faq.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 307d253c..6fe64591 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -1 +1,11 @@ -# 常见问题 \ No newline at end of file +# 常见问题 + + +#### 为什么代码提示不生效? + +1. 需要先运行一次`fes dev` +2. 检查tsconfig.json,`include`包含当前编辑文件,`compilerOptions.path`包含 +``` +"@/*": ["./src/*"], +"@@/*": ["./src/.fes/*"] +``` \ No newline at end of file