mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-25 14:10:50 +08:00
2.40.3
This commit is contained in:
parent
3a0773fd2b
commit
c58f97eabe
@ -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",
|
||||
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
@ -1 +1 @@
|
||||
export default '2.40.2'
|
||||
export default '2.40.3'
|
||||
|
2
volar.d.ts
vendored
2
volar.d.ts
vendored
@ -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 {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user