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 b20f5fb commit 2f3dc0aCopy full SHA for 2f3dc0a
ant/src/components/cron-ant.vue
@@ -87,10 +87,7 @@ export default defineComponent({
87
props: cronAntProps(),
88
emits: ['update:model-value', 'error'],
89
setup(props, ctx) {
90
- const cron = setupCron(props, () => props.modelValue, ctx)
91
- return {
92
- ...cron,
93
- }
+ return setupCron(props, () => props.modelValue, ctx)
94
},
95
})
96
</script>
light/src/components/cron-light.vue
@@ -56,11 +56,7 @@ export default defineComponent({
56
57
props: cronLightProps(),
58
59
60
-
61
62
63
64
65
66
0 commit comments