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 4344a58 commit 2795ec3Copy full SHA for 2795ec3
src/plugin/utils/emits.ts
@@ -1,7 +1,7 @@
1
export default [
2
- 'error', // ? emits boolean value
3
- 'loading', // ? emits boolean value
4
- 'update', // ? emits api response object
5
- 'update:closeSiblingFields', // ? emits boolean value
6
- 'update:model-value', // ? emits updated model value
+ 'error', // ? emits boolean value
+ 'loading', // ? emits boolean value
+ 'update', // ? emits api response object
+ 'update:closeSiblingFields', // ? emits boolean value
+ 'update:model-value', // ? emits updated model value
7
];
0 commit comments