0.1.6 • Published 6 years ago

gant_ui v0.1.6

Weekly downloads
22
License
-
Repository
-
Last release
6 years ago

gant_ui

install

yarn add gant_ui
or
npm install gant_ui

use

import Vue from 'vue';
import gant from 'gant_ui'
import App from './App.vue'

Vue.use(gant)

new Vue({
  render: h => h(App),
}).$mount('#app')

example

<template>
  <div>
    <gant-button>按钮</gant-button>
    <gant-button type="primary">按钮</gant-button>
  </div>
</template>
0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago