add signal for app vs web
This commit is contained in:
parent
fce516a76f
commit
356a06e694
@ -57,6 +57,9 @@ onMounted(() => {
|
|||||||
{
|
{
|
||||||
divId: "modrinth-rail-1",
|
divId: "modrinth-rail-1",
|
||||||
baseDivId: "pb-slot-square-2",
|
baseDivId: "pb-slot-square-2",
|
||||||
|
targeting: {
|
||||||
|
location: "web",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
@ -66,6 +66,9 @@
|
|||||||
{
|
{
|
||||||
divId: "modrinth-rail-1",
|
divId: "modrinth-rail-1",
|
||||||
baseDivId: "pb-slot-square-2",
|
baseDivId: "pb-slot-square-2",
|
||||||
|
targeting: {
|
||||||
|
location: "app",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user