mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add news article archiving & Add user favs.
This commit is contained in:
parent
2527056e85
commit
25760cf0d1
4 changed files with 48 additions and 7 deletions
|
@ -33,6 +33,13 @@ if (error === null) {
|
|||
errorMsg.value = error.value;
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
if (data.length === 0) {
|
||||
eerrrroorr.value = true;
|
||||
errorMsg.value = "No data returned.";
|
||||
}
|
||||
});
|
||||
|
||||
async function getImageSource(image: string) {
|
||||
console.log(image);
|
||||
if (!image || image === "#") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue