0.0.21 • Published 8 months ago

ft-comp-ui v0.0.21

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

8 months ago

0.0.21

8 months ago

0.0.10

8 months ago

0.0.11

8 months ago

0.0.12

8 months ago

0.0.13

8 months ago

0.0.14

8 months ago

0.0.15

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.18

8 months ago

0.0.19

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago