0.0.0 • Published 2 years ago

myh5-components-ui v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

安装 npm install h5-components-ui 全局引用 import h5UI from 'h5-components-ui' import 'h5-components-ui/lib/h5-components-ui.css

Vue.use(h5UI) 按需引入 【babel.config.js】 plugins: [ 'import', { libraryName: 'myh5-components-ui', style: (name) => { return ${name}/index.css; }, } ] 【main.js】 import {filterBar,nineGrid,pullRefreshList,swipe,tabBar} from 'h5-components-ui'

Vue.use(filterBar) Vue.use(nineGrid) Vue.use(pullRefreshList) Vue.use(swipe) Vue.use(tabBar)

组件 FilterBar NineGrid PullRefreshList Swipe TabBar Guide 该组件使用函数式定义声明,使用方法 await Guide({options})

0.0.0

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago