fix: fix demo link

This commit is contained in:
Justineo
2021-03-02 18:07:35 +08:00
parent bc217816ee
commit d8f8b9286f
3 changed files with 17 additions and 5 deletions

View File

@ -92,8 +92,8 @@ function exec() {
commentMark(content, {
vue2Scripts: getCodeBlock(scripts[2]),
vue3Scripts: getCodeBlock(scripts[3]),
vue2Demo: link2,
vue3Demo: link3
vue2Demo: `\n${link2}\n`,
vue3Demo: `\n${link3}\n`
}),
"utf-8"
);