Skip to content

Commit f4c1059

Browse files
committed
feat: page top slot
1 parent 36bb6a4 commit f4c1059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/default-theme/Page.vue

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="page">
3+
<slot name="top"/>
34
<Content :custom="false"/>
45
<div class="page-edit">
56
<div class="edit-link" v-if="editLink">

0 commit comments

Comments
 (0)