UNPKG
mt-ui-components-vue3
Version:
latest (1.0.0)
1.0.0
玛果添实UI组件库(Vue3)
mt-ui-components-vue3
/
es
/
Drawer
/
demo
/
descriptionItem
/
index.js
9 lines
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* Analyzed bindings: {} */
import
{ defineComponent }
from
'vue'
;
const
__sfc_main__ =
defineComponent
({
props
: {
title
:
String
,
content
:
String
, }, });
export
default
__sfc_main__;