mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Made a fav system.
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
9e921980ed
commit
846c27293d
4 changed files with 16 additions and 5 deletions
|
@ -8,8 +8,16 @@ const openApp = (link: string) => {
|
|||
</script>
|
||||
<template>
|
||||
<BlurPageBeforeLogin>
|
||||
<div v-if="!favData.items">
|
||||
<div
|
||||
class="absolute inset-0 flex flex-col justify-center align-center text-center"
|
||||
>
|
||||
<h2>{{t("fav.haventaddedyet")}}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="justify-center text-center align-center flex flex-row flex-wrap"
|
||||
v-else
|
||||
>
|
||||
<div v-for="items in favData.items">
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue