Skip to content

Commit 3e37bd4

Browse files
author
wanghongying
committed
修改文档
1 parent a1de35d commit 3e37bd4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ Future-Oriented Programming, `vue-function-api` provides function api from `Vue3
3030

3131
**npm**
3232
```bash
33-
npm install vue-function-api --save
33+
npm install @aimwhy/vue-function-api --save
3434
```
3535

3636
**yarn**
3737
```bash
38-
yarn add vue-function-api
38+
yarn add @aimwhy/vue-function-api
3939
```
4040

4141
**CDN**
4242

4343
```html
44-
<script src="https://unpkg.com/@aimwhy/[email protected].1/dist/index.js"></script>
44+
<script src="https://unpkg.com/@aimwhy/[email protected].6/dist/index.js"></script>
4545
```
4646
By using the global variable `window.vueFunctionApi`
4747

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030

3131
**npm**
3232
```bash
33-
npm install vue-function-api --save
33+
npm install @aimwhy/vue-function-api --save
3434
```
3535

3636
**yarn**
3737
```bash
38-
yarn add vue-function-api
38+
yarn add @aimwhy/vue-function-api
3939
```
4040

4141
**CDN**
4242

4343
```html
44-
<script src="https://unpkg.com/@aimwhy/[email protected].1/dist/index.js"></script>
44+
<script src="https://unpkg.com/@aimwhy/[email protected].6/dist/index.js"></script>
4545
```
4646
通过全局变量 `window.vueFunctionApi` 来使用。
4747

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aimwhy/vue-function-api",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Vue2 plugin for the function-based RFC",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)