UNPKG
vuepress-theme-qblog
Version:
latest (1.3.2)
1.3.2
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
一款多配置、贼强大的 VuePress 主题.
www.qblog.cc
sanqi377/vuepress-theme-qblog
vuepress-theme-qblog
/
plugin
/
imageFancybox
/
index.js
7 lines
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{resolve} =
require
(
"path"
);
module
.
exports
=
(
options, ctx
) =>
{
return
{
name
:
'vuepress-plugin-imageFancybox'
,
clientRootMixin
:
resolve
(__dirname,
"./lib/mixins/mixin.js"
), } }