mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-09 16:01:09 +08:00
chore: desc
This commit is contained in:
@@ -18,7 +18,7 @@ export function useDescription(
|
||||
const loaded = ref(false);
|
||||
|
||||
function register(instance: DescInstance) {
|
||||
if (unref(loaded) && import.meta.env.PROD) {
|
||||
if (unref(loaded)) {
|
||||
return;
|
||||
}
|
||||
desc.value = instance;
|
||||
|
||||
Reference in New Issue
Block a user