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