uni-ticket-system/node_modules/@dcloudio/uni-components/lib/page-meta-head/page-meta-head.vue

11 lines
135 B
Vue
Raw Normal View History

2023-12-05 02:11:10 +00:00
<template>
<teleport to="head">
<slot />
</teleport>
</template>
<script>
export default {
name: 'PageMetaHead',
}
</script>