0.0.9 • Published 2 years ago

@library-front/shishi v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@dongdong-components/shishi

Install

npm i @dongdong-components/shishi
# or
yarn add @dongdong-components/shishi

Usage

<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>