@vtx/vue-components-mobile
v1.0.8
Published
uni-app组件库
Downloads
73
Keywords
Readme
vue-components-mobile
伏泰 uni-app 组件库
使用 Yarn 安装
yarn add @vtx/vue-components-mobile -S
使用方法
pages.json
配置 easycom 规则(按需引入)
// pages.json
{
"easycom": {
"^v-(.*)": "@vtx/vue-components-mobile/components/v-$1/v-$1.vue"
},
// 此为本身已有的内容
"pages": [
// ......
]
}
配置 easycom 规则后,自动按需引入,无需 import
组件,直接引用即可。
<template>
<v-text>2.x对应uview2.x版本</v-text>
</template>