[新增] card 卡片组件

This commit is contained in:
就眠仪式
2021-09-27 08:49:54 +08:00
parent 80952a2172
commit 1cee98414e
5 changed files with 37 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import type { App } from 'vue'
import Component from './index.vue'
import type { IDefineComponent } from '../../type/index'
import type { IDefineComponent } from '../type/index'
Component.install = (app: App) => {
app.component(Component.name || 'LayRadio ', Component)