This commit is contained in:
07akioni 2024-12-02 01:04:11 +08:00
parent 3a0773fd2b
commit c58f97eabe
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.40.2",
"version": "2.40.3",
"packageManager": "pnpm@9.5.0",
"description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
"author": "07akioni",

View File

@ -1,8 +1,8 @@
import { mount } from '@vue/test-utils'
import { NMarqueue } from '../index'
import { NMarquee } from '../index'
describe('n-marquee', () => {
it('should work with import on demand', () => {
mount(NMarqueue)
mount(NMarquee)
})
})

View File

@ -1 +1 @@
export default '2.40.2'
export default '2.40.3'

2
volar.d.ts vendored
View File

@ -151,7 +151,7 @@ declare module 'vue' {
NVirtualList: (typeof import('naive-ui'))['NVirtualList']
NWatermark: (typeof import('naive-ui'))['NWatermark']
NHighlight: (typeof import('naive-ui'))['NHighlight']
NMarqueue: (typeof import('naive-ui'))['NMarqueue']
NMarquee: (typeof import('naive-ui'))['NMarquee']
}
}
export {}