UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

9 lines 206 B
/* Analyzed bindings: {} */ import { defineComponent } from 'vue'; const __sfc_main__ = defineComponent({ props: { title: String, content: String, }, }); export default __sfc_main__;