Merge pull request #76 from SigureMo/feature/sigure

fix: fix plugin-medium-zoom not work in reco
This commit is contained in:
reco_luan 2019-10-24 10:33:17 +08:00 committed by GitHub
commit 04639cdaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<PageInfo :pageInfo="$page"></PageInfo>
</div>
<Content/>
<Content class="theme-reco-content" />
<footer class="page-edit">
<div

View File

@ -25,7 +25,9 @@ module.exports = (options, ctx) => ({
'@vuepress-reco/ga',
'@vuepress-reco/comments',
'@vuepress/active-header-links',
'@vuepress/medium-zoom',
['@vuepress/medium-zoom', {
selector: '.theme-reco-content :not(a) > img'
}],
'@vuepress/plugin-nprogress',
'@vuepress/search',
['@vuepress/plugin-blog', {