From fe9a8657f35c34db74f8f8ffeafe73b66749d6ee Mon Sep 17 00:00:00 2001 From: HaoChuan9421 Date: Tue, 16 Mar 2021 21:38:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(vant-markdown-loader):=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E8=BD=AC=E9=A9=BC=E5=B3=B0=E6=97=B6=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=98=AF=E5=A4=A7=E9=A9=BC=E5=B3=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vant-markdown-loader/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vant-markdown-loader/src/index.js b/packages/vant-markdown-loader/src/index.js index f2a5fa252..ece432bcf 100644 --- a/packages/vant-markdown-loader/src/index.js +++ b/packages/vant-markdown-loader/src/index.js @@ -8,7 +8,7 @@ const extractDemo = require('./extract-demo'); const sideEffectTags = require('./side-effect-tags'); function camelize(str) { - return str.replace(/-(\w)/g, (_, c) => (c ? c.toUpperCase() : '')); + return `-${str}`.replace(/-(\w)/g, (_, c) => (c ? c.toUpperCase() : '')); } const sharedVueOptions = `mounted() {