mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
feat(module): add support for vue using unplugin (#2416)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import Link, { type LinkProps, type LinkSlots } from '../../src/runtime/components/Link.vue'
|
||||
import { ULink as Link } from '#components'
|
||||
import type { LinkProps, LinkSlots } from '../../src/runtime/components/Link.vue'
|
||||
import ComponentRender from '../component-render'
|
||||
|
||||
describe('Link', () => {
|
||||
|
||||
Reference in New Issue
Block a user