Skip to content

Commit

Permalink
Add vueFormRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoAntonioNina committed Feb 1, 2024
1 parent ea92b74 commit bf43e68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
</template>

<script>
import VueFormRenderer from './vue-form-renderer.vue';
import _ from 'lodash';
import simpleErrorMessage from './SimpleErrorMessage.vue';
Expand All @@ -80,7 +81,8 @@ const defaultBeforeLoadTask = () => {
export default {
components:{
simpleErrorMessage
simpleErrorMessage,
VueFormRenderer
},
props: {
initialTaskId: { type: Number, default: null },
Expand Down

0 comments on commit bf43e68

Please sign in to comment.