Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Nov 18, 2023
1 parent 9d512c3 commit fc38624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Local Import

```ts
import {VirtualWaterfall} from '@lhlyu/vue-virtual-waterfall'
import { VirtualWaterfall } from '@lhlyu/vue-virtual-waterfall'
```

- Global Import
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- 局部引用

```ts
import {VirtualWaterfall} from '@lhlyu/vue-virtual-waterfall'
import { VirtualWaterfall } from '@lhlyu/vue-virtual-waterfall'
```

- 全局引用
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lhlyu/vue-virtual-waterfall",
"description": "vue3 virtual waterfall component",
"version": "0.0.14-beta.0",
"version": "0.0.14",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc38624

Please sign in to comment.