This commit is contained in:
cgfhtw
2023-01-16 10:32:24 +01:00
parent ebc7b5a3d9
commit 2f2f19306b
19 changed files with 1447 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import MylvStudent from "../../../components/Cis/Mylv/Student.js";
Vue.createApp({
components: {
MylvStudent
}
}).mount('#content');