快速上手

本章节待完善

安装

请参考 安装 章节

Hello World

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

new Vue({
  el: '#app',
  components: {
    'w-button':Button
  }
})
1
2
3
4
5
6
7
8
9
Last Updated: 4/2/2019, 1:49:33 PM