generated from pascalmartineau/wp-skeleton
feat: Initial useNodeByUri
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s
This commit is contained in:
8
wp-content/themes/ccat/app/pages/[...uri].vue
Normal file
8
wp-content/themes/ccat/app/pages/[...uri].vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
const { node, component } = await useNodeByUri();
|
||||
useSeoMeta({ title: node?.title });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<component :is="component" :node="node" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user