EASYAIuniappNewUI/node_modules/@dcloudio/uni-components/lib-x/page-meta-head/page-meta-head.vue
2025-02-08 18:50:38 +08:00

11 lines
135 B
Vue

<template>
<teleport to="head">
<slot />
</teleport>
</template>
<script>
export default {
name: 'PageMetaHead',
}
</script>