Merge branch 'develop' into feature/orange
This commit is contained in:
commit
48b85e84ad
@ -8,7 +8,7 @@
|
|||||||
<PageInfo :pageInfo="$page"></PageInfo>
|
<PageInfo :pageInfo="$page"></PageInfo>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Content/>
|
<Content class="theme-reco-content" />
|
||||||
|
|
||||||
<footer class="page-edit">
|
<footer class="page-edit">
|
||||||
<div
|
<div
|
||||||
|
4
index.js
4
index.js
@ -25,7 +25,9 @@ module.exports = (options, ctx) => ({
|
|||||||
'@vuepress-reco/ga',
|
'@vuepress-reco/ga',
|
||||||
'@vuepress-reco/comments',
|
'@vuepress-reco/comments',
|
||||||
'@vuepress/active-header-links',
|
'@vuepress/active-header-links',
|
||||||
'@vuepress/medium-zoom',
|
['@vuepress/medium-zoom', {
|
||||||
|
selector: '.theme-reco-content :not(a) > img'
|
||||||
|
}],
|
||||||
'@vuepress/plugin-nprogress',
|
'@vuepress/plugin-nprogress',
|
||||||
'@vuepress/search',
|
'@vuepress/search',
|
||||||
['@vuepress/plugin-blog', {
|
['@vuepress/plugin-blog', {
|
||||||
|
Loading…
Reference in New Issue
Block a user