imagezoom
This commit is contained in:
@ -21,6 +21,14 @@ module.exports = {
|
||||
return dateFns.format(timestamp, 'YYYY-MM-DD HH:mm:ss')
|
||||
}
|
||||
},
|
||||
'@vuepress/medium-zoom': {
|
||||
selector: 'p img',
|
||||
// medium-zoom options here
|
||||
// See: https://github.com/francoischalifour/medium-zoom#options
|
||||
options: {
|
||||
margin: 16
|
||||
}
|
||||
},
|
||||
'reading-progress': {},
|
||||
'vuepress-plugin-element-tabs': {},
|
||||
'vuepress-plugin-baidu-autopush':{},
|
||||
|
||||
Reference in New Issue
Block a user