# 快速上手

import {Button} from 'Tutu-wheel'
import Vue from 'vue'

new Vue({
  el: '#app',
  components: {
    'g-button':Button
  }
})

# 安装

请参考 安装 章节