Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用安装了 vetur 扩展的 Vue 和 VS Code。
我已经定义了一个MyClass具有两个公共属性的类。在“脚本”部分中,我能够为该value属性获得适当的智能感知。
MyClass
value
但我无法检查智能感知,也无法在模板内输入强制执行。如下图。
我应该只看到enabled和number。
enabled
number
如何配置我的 VS Code 以在模板上强制执行这种类型?
使用Vetur扩展:
在设置中:
"vetur.experimental.templateInterpolationService": true,