We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02d5b2 commit 1452316Copy full SHA for 1452316
meta.js
@@ -21,5 +21,6 @@ module.exports = {
21
"type": "string",
22
"message": "Author"
23
}
24
- }
+ },
25
+ "skipInterpolation": "src/**/*.vue",
26
template/src/components/form/index.vue
@@ -15,7 +15,7 @@
15
</slot>
16
<el-form-item class="buttons" :label-width="labelWidth" v-if="buttons && buttons.length ">
17
<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}}
+ {{ button.text }}
19
</el-button>
20
</el-form-item>
<slot name="el-form-item-buttons-after">
0 commit comments