diff --git a/components.d.ts b/components.d.ts index b2a3519..de0fa14 100644 --- a/components.d.ts +++ b/components.d.ts @@ -71,6 +71,7 @@ declare module 'vue' { NText: typeof import('naive-ui')['NText'] NThing: typeof import('naive-ui')['NThing'] NTooltip: typeof import('naive-ui')['NTooltip'] + NVirtualList: typeof import('naive-ui')['NVirtualList'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } diff --git a/components/object/list.vue b/components/object/list.vue index 4516e22..1409d97 100644 --- a/components/object/list.vue +++ b/components/object/list.vue @@ -2,7 +2,7 @@ @@ -48,13 +48,23 @@ :bordered="false" /> @@ -72,6 +82,7 @@