Skip to content

Commit d9ff0a7

Browse files
committed
docs: update
1 parent bfa2720 commit d9ff0a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ app.use(VueVirtualWaterfall)
4646

4747
- Nuxt3 Usage
4848

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

5151
### Attention!!!
5252

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ app.use(VueVirtualWaterfall)
4646

4747
-`Nuxt3`中使用
4848

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

5151
### 注意!!!
5252

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lhlyu/vue-virtual-waterfall",
33
"description": "vue3 virtual waterfall component",
4-
"version": "1.0.6-beta.2",
4+
"version": "1.0.6-beta.3",
55
"author": "lhlyu",
66
"repository": {
77
"type": "git",

src/vue-virtual-waterfall/virtual-waterfall.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ onMounted(() => {
8989
}
9090
})
9191
92-
function isNumber(value) {
92+
function isNumber(value: any) {
9393
return Object.prototype.toString.call(value) === '[object Number]';
9494
}
9595

0 commit comments

Comments
 (0)