We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc2b30b + b12e0d5 commit 6f2fdfbCopy full SHA for 6f2fdfb
README.md
@@ -28,7 +28,7 @@ fis.match('src/**.vue', {
28
parser: [
29
fis.plugin('vue-component', {
30
// vue@2.x runtimeOnly
31
- runtimeOnly: true, // vue@2.x 有润timeOnly模式,为ture时,template会在构建时转为render方法
+ runtimeOnly: true, // vue@2.x 有runtimeOnly模式,为true时,template会在构建时转为render方法
32
33
// styleNameJoin
34
styleNameJoin: '', // 样式文件命名连接符 `component-xx-a.css`
0 commit comments