Skip to content

Commit 6f2fdfb

Browse files
authored
Merge pull request #30 from ksky521/master
Update README.md
2 parents bc2b30b + b12e0d5 commit 6f2fdfb

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
@@ -28,7 +28,7 @@ fis.match('src/**.vue', {
2828
parser: [
2929
fis.plugin('vue-component', {
3030
// vue@2.x runtimeOnly
31-
runtimeOnly: true, // vue@2.x 有润timeOnly模式,为ture时,template会在构建时转为render方法
31+
     runtimeOnly: true,         // vue@2.x 有runtimeOnly模式,为true时,template会在构建时转为render方法
3232

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

0 commit comments

Comments
 (0)