0.0.21 • Published 10 months ago

ft-comp-ui v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

0.0.21

10 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago