fix(vetur): fix markdown vetur output format

This commit is contained in:
陈嘉涵
2020-01-15 16:05:20 +08:00
parent 17b2f2be71
commit 50252ff553
4 changed files with 37 additions and 24 deletions
@@ -13,6 +13,7 @@
"lib"
],
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"release": "npm run build && npm publish"
}