Skip to content

Commit 695ffd0

Browse files
author
season
committed
2 parents 244ddae + 6f2fdfb commit 695ffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fis.match('src/**.vue', {
3030
parser: [
3131
fis.plugin('vue-component', {
3232
// vue@2.x runtimeOnly
33-
runtimeOnly: true, // vue@2.x 有润timeOnly模式,为ture时,template会在构建时转为render方法
33+
     runtimeOnly: true,         // vue@2.x 有runtimeOnly模式,为true时,template会在构建时转为render方法
3434

3535
// styleNameJoin
3636
styleNameJoin: '', // 样式文件命名连接符 `component-xx-a.css`

0 commit comments

Comments
 (0)