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
|
@ -396,9 +396,9 @@ const openArticles = async (slug: string) => {
|
|||
};
|
||||
|
||||
const getStaticArticleId = () => {
|
||||
storeStaticArticleId.value += 1
|
||||
return storeStaticArticleId.value
|
||||
}
|
||||
storeStaticArticleId.value += 1;
|
||||
return storeStaticArticleId.value;
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<div v-if="changeLangAnimation">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue