@library-front/shishi
v0.0.9
Published
基于 Vue3.x + ElementPlus 的组件库
Maintainers
Readme
@dongdong-components/shishi
Install
npm i @dongdong-components/shishi
# or
yarn add @dongdong-components/shishiUsage
<template>
<oa-shishi/>
</template>
<script lang="ts">
import { defineComponent, toRefs } from 'vue'
import OaShishi from '@dongdong-components/shishi'
export default defineComponent({
components: { OaShishi },
setup() {}
})
</script>