feat: useNodeSeo

This commit is contained in:
2026-03-26 14:56:38 -04:00
parent a3122d12c3
commit c9a9e03b60
4 changed files with 34 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ if (!useNuxtApp().vueApp.component(componentName)) {
fatal: true,
});
}
useNodeSeo(node.value.seo);
</script>
<template>