Skip to content

Commit 1452316

Browse files
author
fanxiaocheng
committed
跳过vue文件解析
1 parent a02d5b2 commit 1452316

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

meta.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ module.exports = {
2121
"type": "string",
2222
"message": "Author"
2323
}
24-
}
24+
},
25+
"skipInterpolation": "src/**/*.vue",
2526
}

template/src/components/form/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</slot>
1616
<el-form-item class="buttons" :label-width="labelWidth" v-if="buttons && buttons.length ">
1717
<el-button v-for="(button,index) in buttons" :key="index" :type="button.type" :loading="button.loading" :disabled="button.disabled ? button.disabled : false" :class="button.class" @click="handleButton(button.method)">
18-
{{button.text}}
18+
{{ button.text }}
1919
</el-button>
2020
</el-form-item>
2121
<slot name="el-form-item-buttons-after">

0 commit comments

Comments
 (0)