Skip to content

Commit

Permalink
docs: add chrome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Nov 9, 2024
1 parent 45bcfbe commit b1f3a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Even though `vue-click-to-component` is added to `dependencies`, [tree-shaking](

## Usage

**If you are using [Click To Component Chrome Extension](https://chromewebstore.google.com/detail/click-to-component/hdiiegojkjkgaakbdjpoaaadhnddpfdc), you will not need to add `import 'vue-click-to-component/client';` in `main.ts/js`.**

### Vite

[`vite.config.ts`](./examples/vite/vite.config.ts#L7)
Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ yarn add vue-click-to-component

## 使用

**如果你正在使用 [Click To Component Chrome 拓展程序](https://chromewebstore.google.com/detail/click-to-component/hdiiegojkjkgaakbdjpoaaadhnddpfdc) 则不需要在 `main.ts/js` 中添加 `import 'vue-click-to-component/client';`**

### Vite

[`vite.config.ts`](./examples/vite/vite.config.ts#L7)
Expand Down

0 comments on commit b1f3a73

Please sign in to comment.