1.0.0 • Published 6 years ago
tmob-ui v1.0.0
tmob-ui  
  
 
基于 Vue 同策网移动端组件.
安装
npm install tmob-ui --save使用
import Vue from 'vue'
import tmob from 'tmob-ui'
Vue.use(tmob)单组件使用
import Vue from 'vue'
import {
  /* eslint-disable no-unused-vars */
  Style,
  Button,
  ActionSheet
} from 'tmob-ui'
Vue.use(Button)
Vue.use(ActionSheet)1.0.0
6 years ago