mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
this better work
This commit is contained in:
parent
0bd3e8f240
commit
bf33d98a10
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.16.11",
|
"version": "12.119.0-calc.16.12",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -163,6 +163,7 @@ function pin(pin) {
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(() => path, fetchPage, { immediate: true });
|
watch(() => path, fetchPage, { immediate: true });
|
||||||
|
watch(() => bgImg, getBgImg, {});
|
||||||
|
|
||||||
const headerActions = $computed(() => []);
|
const headerActions = $computed(() => []);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue