Skip to content

Commit 84c6ddd

Browse files
committed
doc: add market url
1 parent f917db9 commit 84c6ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is a Vscode plugin that assists Vue developers in writing better **Composit
1616

1717
## How to use
1818

19-
After searching for `vue-sfc-composition-area` (*comming soon*) in the vscode extension and installing it; you will see the window in the lower left corner of the vscode explorer, which you can use to create your **Composition API** logic
19+
After searching for [vue-sfc-composition-area](https://marketplace.visualstudio.com/items?itemName=swordjs.vue-sfc-composition-area) in the vscode extension and installing it; you will see the window in the lower left corner of the vscode explorer, which you can use to create your **Composition API** logic
2020

2121

2222
## Features

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## 使用
1818

19-
在Vscode插件市场中搜索`vue-sfc-composition-area` 之后进行下载, 会在你的编辑器的左下角区域显示小窗口, 在窗口中提供了一些逻辑操作比如新增,刷新等; 当我们新增一个区域之后, 会在对应的Vue文件的script末尾添加一段**注释**, 你就可以把你的业务逻辑写到这个注释块中.
19+
在Vscode插件市场中搜索 [vue-sfc-composition-area](https://marketplace.visualstudio.com/items?itemName=swordjs.vue-sfc-composition-area) 之后进行下载, 会在你的编辑器的左下角区域显示小窗口, 在窗口中提供了一些逻辑操作比如新增,刷新等; 当我们新增一个区域之后, 会在对应的Vue文件的script末尾添加一段**注释**, 你就可以把你的业务逻辑写到这个注释块中.
2020

2121

2222
## 特性

0 commit comments

Comments
 (0)