We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937b59e commit 8454ed7Copy full SHA for 8454ed7
index.html
@@ -59,10 +59,10 @@
59
banner: ['/case'],
60
plugins: [
61
function(hook, vm) {
62
- // hook.afterEach(function(html) {
63
- // var url = '//github.com/dcloudio/hbuilderx-extension-docs/tree/master' + vm.route.file
64
- // return html + '<hr align=center color=#987cb9 size=1>发现错误?想参与编辑?<a href=' + url + ' target=_blank>在 GitHub 上编辑此页面!</a>'
65
- // })
+ hook.afterEach(function(html) {
+ var url = '//github.com/dcloudio/hbuilderx-extension-docs/tree/master' + vm.route.file
+ return html + '<hr align=center color=#987cb9 size=1>发现错误?想参与编辑?<a href=' + url + ' target=_blank>在 GitHub 上编辑此页面!</a>'
+ })
66
}
67
]
68
0 commit comments