We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 405276c + 4638915 commit 04639cdCopy full SHA for 04639cd
components/Page.vue
@@ -8,7 +8,7 @@
8
<PageInfo :pageInfo="$page"></PageInfo>
9
</div>
10
11
- <Content/>
+ <Content class="theme-reco-content" />
12
13
<footer class="page-edit">
14
<div
index.js
@@ -25,7 +25,9 @@ module.exports = (options, ctx) => ({
25
'@vuepress-reco/ga',
26
'@vuepress-reco/comments',
27
'@vuepress/active-header-links',
28
- '@vuepress/medium-zoom',
+ ['@vuepress/medium-zoom', {
29
+ selector: '.theme-reco-content :not(a) > img'
30
+ }],
31
'@vuepress/plugin-nprogress',
32
'@vuepress/search',
33
['@vuepress/plugin-blog', {
0 commit comments