0.0.21 • Published 9 months ago

ft-comp-ui v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

ft-comp-ui组件库(Vue3 + TypeScript + Vite)


1.安装: npm install ft-comp-ui 或 yarn add ft-comp-ui

2.使用(可全局引入或按需引入)

import { createApp } from 'vue'
import App from './App.vue'
import FtUI from 'ft-comp-ui'
import 'ft-comp-ui/dist/style.css'

const app = createApp(App)
app.use(FtUI)
app.mount('#app')

3.案例 button按钮:

<FtButton type="primary" @click="submit">submit</FtButton>

const submit= () => {
  console.log('submit');
}
0.0.20

9 months ago

0.0.21

9 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago