tunnel: interface pour page admin sans backend + problème de gestion de la playlist (importé dans 2 script, l'un demande un focntion, l'autre une array et on est là hum...)

This commit is contained in:
2026-07-06 22:32:41 +02:00
parent eaba21e126
commit 874226a140
10 changed files with 1573 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<template>
<eventEditor></eventEditor>
<linkEditor></linkEditor>
<playlistEditor></playlistEditor>
</template>
<style scoped>
</style>
<script>
export default {
name : 'Admin',
data() {
return {
}
},
computed: {
},
methods: {
},
mounted(){
console.log("Admin app is fully loaded!");
}
};
</script>