import {Button} from 'gala-vue2ui'
使用Button组件
<template> <g-button theme="main">普通按钮</g-button> </template>
← 安装 button - 按钮 →