|
|
@@ -79,14 +79,14 @@ import marked from "marked";
|
|
|
import Benevole, { BenevoleJSON } from "@/models/Benevole";
|
|
|
import Toast from "@/utils/Toast";
|
|
|
import styledInput from "@/components/Form/Input.vue";
|
|
|
-import checkbox from "@/components/Form/CheckBox.vue";
|
|
|
+import checkBox from "@/components/Form/CheckBox.vue";
|
|
|
import Competence from "@/models/Competence";
|
|
|
import "@/assets/css/markdown.css";
|
|
|
|
|
|
const API_URL = process.env.VUE_APP_API_URL;
|
|
|
|
|
|
export default defineComponent({
|
|
|
- components: { checkbox, styledInput },
|
|
|
+ components: { checkBox, styledInput },
|
|
|
data() {
|
|
|
return {
|
|
|
name: "",
|