Merge branch 'develop' into feature/orange
This commit is contained in:
commit
48b85e84ad
@ -8,7 +8,7 @@
|
||||
<PageInfo :pageInfo="$page"></PageInfo>
|
||||
</div>
|
||||
|
||||
<Content/>
|
||||
<Content class="theme-reco-content" />
|
||||
|
||||
<footer class="page-edit">
|
||||
<div
|
||||
|
4
index.js
4
index.js
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user