本章节待完善
请参考 安装 章节
import {Button} from 'tione' import Vue from 'vue' new Vue({ el: '#app', components: { 't-button':Button } })
← 安装 Button →