mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
still broken chatbot.
This commit is contained in:
parent
784b45451e
commit
d6fb71d460
12 changed files with 100 additions and 62 deletions
|
@ -7,10 +7,10 @@ const loading = ref(true);
|
|||
const { t, locale } = useI18n();
|
||||
|
||||
const props = defineProps({
|
||||
values: {
|
||||
type: String,
|
||||
required: true,
|
||||
}
|
||||
values: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
|
||||
const {
|
||||
|
@ -36,7 +36,6 @@ onMounted(() => {
|
|||
scrambleText: fetchNewsOrgInfo.value?.title,
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
|
@ -70,4 +69,4 @@ onMounted(() => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue