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.
1 parent c8184bb commit ac06e93Copy full SHA for ac06e93
src/fields/fieldButton.vue
@@ -5,10 +5,10 @@
5
:title="field.confirmPoptip.title"
6
:placement="field.confirmPoptip.placement"
7
:class="classes"
8
- @on-ok="handleClick"
9
- @on-cancel="handelCancel"
10
:ok-text="field.confirmPoptip.okText"
11
:cancel-text="field.confirmPoptip.cancelText"
+ @on-ok="handleClick"
+ @on-cancel="handelCancel"
12
>
13
<Button
14
:type="field.subtype || 'default'"
website/code/doc/button.js
@@ -276,7 +276,7 @@ export default {
276
console.log(model, value);
277
},
278
handleButtonCancel(val) {
279
- alert(1);
+ console.log(val);
280
}
281
282
};
0 commit comments