import Vue from 'vue'; import {Button} from 'wx-ui'; new Vue({ el: '#app', components: { 'g-button': Button } })
TIP
额外样式文件需单独引入
💯
← 安装 Input 输入框 →