# 快速上手

本章节待完善

# 安装

请参考 安装 章节

# Hello World

import {Button} from 'tione'
import Vue from 'vue'

new Vue({
  el: '#app',
  components: {
    't-button':Button
  }
})
1
2
3
4
5
6
7
8
9
Last Updated: 3/1/2020, 11:29:23 AM