Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Jul 29, 2024
1 parent bfa2720 commit d9ff0a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ app.use(VueVirtualWaterfall)

- Nuxt3 Usage

[demo](https://stackblitz.com/edit/waterfall-nuxt)
[demo](https://codesandbox.io/p/devbox/vue-virtual-waterfall-nuxt-demo-h7g569)

### Attention!!!

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ app.use(VueVirtualWaterfall)

-`Nuxt3`中使用

[例子](https://stackblitz.com/edit/waterfall-nuxt)
[例子](https://codesandbox.io/p/devbox/vue-virtual-waterfall-nuxt-demo-h7g569)

### 注意!!!

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": "1.0.6-beta.2",
"version": "1.0.6-beta.3",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/vue-virtual-waterfall/virtual-waterfall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ onMounted(() => {
}
})
function isNumber(value) {
function isNumber(value: any) {
return Object.prototype.toString.call(value) === '[object Number]';
}
Expand Down

0 comments on commit d9ff0a7

Please sign in to comment.