# 快速上手

# 引入

import {Button} from 'gala-vue2ui'

# 使用

普通按钮

使用Button组件

<template>
    <g-button theme="main">普通按钮</g-button>
</template>
Expand Copy