watch bgimg
This commit is contained in:
parent
dfba51fbef
commit
bf0e7368ef
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.16.9",
|
||||
"version": "12.119.0-calc.16.10",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -158,7 +158,7 @@ function pin(pin) {
|
|||
});
|
||||
}
|
||||
|
||||
watch(() => path, fetchPage, { immediate: true });
|
||||
watch(() => path, fetchPage, bgImg, { immediate: true });
|
||||
|
||||
const headerActions = $computed(() => []);
|
||||
|
||||
|
@ -269,7 +269,7 @@ definePageMetadata(computed(() => page ? {
|
|||
|
||||
> .other {
|
||||
> button {
|
||||
padding: 8px;
|
||||
padding: 2px;
|
||||
margin: 0 8px;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue