feat: 停车卡片
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
src="/static/chat_msg_loading.gif"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
<!-- <loading v-if="isLoading" /> -->
|
||||
<ChatMarkdown :key="textKey" :text="processedText" />
|
||||
<DotLoading v-if="isLoading" />
|
||||
</view>
|
||||
@@ -21,7 +20,6 @@
|
||||
<script setup>
|
||||
import { defineProps, computed, ref, watch } from "vue";
|
||||
import ChatMarkdown from "./ChatMarkdown.vue";
|
||||
import loading from "@/pages/loading/loading.vue";
|
||||
import DotLoading from "@/pages/loading/DotLoading.vue";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user