🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
350 B

<docs>
---
order: 0
title:
zh-CN: 基本使用
en-US: Basic Usage
---
## zh-CN
获取 `message``notification``modal` 静态方法
## en-US
Static method for `message`, `notification`, `modal`.
</docs>
<template>
<a-app>
<my-page />
</a-app>
</template>
<script lang="ts" setup>
import myPage from './myPage.vue';
</script>