1.0.17 • Published 3 years ago
hw-ui-vue v1.0.17
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite.
The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
install
npm install -S hw-ui-vue
use in main.js(vue3)
file main.js
import hw_design_ui from 'hw-ui-vue';
createApp(App).use(hw_design_ui).mount('#app')
all components use eg.
<Hello msg=“hello-hw”>
<Alert title="alert"/>
notice
vue3 版本大于等于3.2.25