Are you an LLM? You can read better optimized documentation at /webkit-pro/components\commonUi\components\base\messageLoading.md for this page in Markdown format
MessageLoading 组件
MessageLoading 是消息加载组件,用于在消息加载时显示加载中状态。
基础用法
vue
<template>
<MessageLoading />
</template>
<script setup>
import { MessageLoading } from '@pt/common-ui'
</script>1
2
3
4
5
6
7
2
3
4
5
6
7
完整示例
MessageLoading组件
请打开代码查看
<template>
<MessageLoading />
</template>
<script setup>
import { MessageLoading } from '@pt/common-ui'
</script>