Skip to content

Commit 7ece7e6

Browse files
committed
add 新增对vue3支持的介绍文档(v2)
1 parent 64afe25 commit 7ece7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh-cn/Tutorial/Language/vue-next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vue3推荐使用的setup语法糖支持也完全支持
2929
<img src="/static/snapshots/vue_next/6.jpg" style="zoom: 30%;border: 1px solid #eee;" />
3030

3131
## template内的变量、方法
32-
在data、props和setup中定义的变量以及methods和setup内定义的函数都能在template中提示和转到定义。
32+
在data、props和setup中定义的变量以及methods和setup内定义的函数都能在template中提示和转到定义(Alt+click)
3333

3434
<img src="/static/snapshots/vue_next/7.jpg" style="zoom: 30%;border: 1px solid #eee;" />
3535

0 commit comments

Comments
 (0)