TextLoading 是文本加载组件,用于在文本加载时显示加载中状态。
<template>
<TextLoading />
</template>
<script setup>
import { TextLoading } from '@pt/agentos'
</script><template>
<TextLoading />
</template>
<script setup>
import { TextLoading } from '@pt/agentos'
</script>