|
@@ -61,8 +61,8 @@
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
import Competence from "@/models/Competence";
|
|
import Competence from "@/models/Competence";
|
|
|
-import styledInput from "./Form/Input.vue";
|
|
|
|
|
-import checkbox from "./Form/CheckBox.vue";
|
|
|
|
|
|
|
+import styledInput from "@/components/Form/Input.vue";
|
|
|
|
|
+import checkbox from "@/components/Form/CheckBox.vue";
|
|
|
import { defineComponent, PropType } from "vue";
|
|
import { defineComponent, PropType } from "vue";
|
|
|
import { MutationTypes } from "@/store/Mutations";
|
|
import { MutationTypes } from "@/store/Mutations";
|
|
|
import "@/assets/css/editor-panel.css";
|
|
import "@/assets/css/editor-panel.css";
|