22 lines
228 B
Vue
Raw Normal View History

2023-04-16 18:09:13 +08:00
<docs lang="zh-CN">
---
2023-04-16 18:13:18 +08:00
title: 基本用法
2023-04-16 18:09:13 +08:00
---
2023-04-08 10:08:35 +08:00
这是基础按钮
2023-04-16 18:09:13 +08:00
</docs>
<docs lang="en-US">
---
2023-04-16 18:13:18 +08:00
title: Basic Button
2023-04-16 18:09:13 +08:00
---
Basic Usage Test
</docs>
2023-04-16 18:13:18 +08:00
<script setup lang="ts"></script>
2023-04-16 18:09:13 +08:00
<template>
<div>Test</div>
</template>