mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-03-15 15:05:11 +08:00
22 lines
227 B
Vue
22 lines
227 B
Vue
|
<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>
|