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:
@@ -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>
|
||||
Reference in New Issue
Block a user