this better work
This commit is contained in:
parent
917191539d
commit
3f2967453c
|
@ -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 New Issue