mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-25 11:28:13 +08:00
14 lines
293 B
Vue
14 lines
293 B
Vue
<script setup lang="ts">
|
|
import VPEncrypt from '@theme/VPEncrypt.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div class="vp-page">
|
|
<VPEncrypt>
|
|
<slot name="page-top" />
|
|
<Content class="vp-doc plume-content" vp-content />
|
|
<slot name="page-bottom" />
|
|
</VPEncrypt>
|
|
</div>
|
|
</template>
|