mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-27 10:28:57 +08:00
feat: add locale
This commit is contained in:
21
components/button/demos/basic.vue
Normal file
21
components/button/demos/basic.vue
Normal file
@ -0,0 +1,21 @@
|
||||
<docs lang="zh-CN">
|
||||
---
|
||||
title: 基础用法
|
||||
---
|
||||
|
||||
基础用法测试
|
||||
</docs>
|
||||
|
||||
<docs lang="en-US">
|
||||
---
|
||||
title: Basic Usage
|
||||
---
|
||||
|
||||
Basic Usage Test
|
||||
</docs>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<div>Test</div>
|
||||
</template>
|
Reference in New Issue
Block a user