快速上手
安装
参考前一节
小试牛刀
import {Button} from 'yui-test2'
import Vue from 'vue'
new Vue({
el: '#app',
components: {
'g-button':Button
}
})
参考前一节
import {Button} from 'yui-test2'
import Vue from 'vue'
new Vue({
el: '#app',
components: {
'g-button':Button
}
})
← 安装 Button - 按钮 →