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.
我正在使用 typescript + vue + vetur。在单个文件组件中,我在模板部分没有自动完成功能。
例如<tempalte> <div v-for="article in articles" /> </template>,如果我将光标放在“文章”上,则不会弹出任何工具提示。
<tempalte> <div v-for="article in articles" /> </template>
在脚本中,它工作正常。
这可能是什么问题?