mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Update docs.
This commit is contained in:
parent
a4ccad0989
commit
7057f8293d
7 changed files with 37 additions and 15 deletions
|
@ -13,7 +13,6 @@ const errorr = ref(false);
|
|||
const switchTabs = ref(false);
|
||||
const tabs = ref([]);
|
||||
const primary = ref<string>("domestic");
|
||||
const likeart = ref([]);
|
||||
|
||||
const updateContent = async (url: string, tabAction: boolean) => {
|
||||
if (tabAction === true) {
|
||||
|
@ -131,10 +130,6 @@ watch(
|
|||
<p :class="getCheckResult(item.title) ? 'hidden' : ''">
|
||||
{{ item.shortDescription }}
|
||||
</p>
|
||||
<!--ADD 類似 NEWS ARTICLES.-->
|
||||
<div class="flex flex-col bg-gray-500">
|
||||
<div class="" v-for="item in likeart"></div>
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue