Remove vform - working on form public page

This commit is contained in:
Julien Nahum
2023-12-24 20:19:59 +01:00
parent 8db2b09767
commit e2dd0295ff
32 changed files with 951 additions and 813 deletions

View File

@@ -73,10 +73,7 @@
<script>
import axios from 'axios'
import Form from 'vform'
import { computed } from 'vue'
import { useAuthStore } from '../../../../../stores/auth'
import { useTemplatesStore } from '../../../../../stores/templates'
import QuestionsEditor from './QuestionsEditor.vue'
export default {
@@ -105,7 +102,7 @@ export default {
}),
mounted () {
this.templateForm = new Form(this.template ?? {
this.templateForm = useForm(this.template ?? {
publicly_listed: false,
name: '',
slug: '',