feat: add global register

This commit is contained in:
2023-03-10 22:18:22 +08:00
parent 1e19c7fac2
commit 6f22f963b4
4 changed files with 17 additions and 6 deletions

View File

@ -10,7 +10,9 @@ title: 基础按钮
<script lang="ts" setup></script>
<template>
<div></div>
<div>
<a-button>这是按钮</a-button>
</div>
</template>
<style scoped></style>