chore: desc
This commit is contained in:
parent
45ed89c25f
commit
8557a31ea1
@ -18,7 +18,7 @@ export function useDescription(
|
|||||||
const loaded = ref(false);
|
const loaded = ref(false);
|
||||||
|
|
||||||
function register(instance: DescInstance) {
|
function register(instance: DescInstance) {
|
||||||
if (unref(loaded) && import.meta.env.PROD) {
|
if (unref(loaded)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
desc.value = instance;
|
desc.value = instance;
|
||||||
|
Loading…
Reference in New Issue
Block a user