added modals files
This commit is contained in:
@@ -1,11 +1,24 @@
|
||||
<script setup>
|
||||
<template>
|
||||
<div class="pb-5 text-2xl">Lien Youtube</div>
|
||||
|
||||
<v-text-field
|
||||
variant="outlined"
|
||||
v-model="youtubeLink"
|
||||
label="Votre lien Youtube"
|
||||
outlined
|
||||
></v-text-field>
|
||||
|
||||
<div class="flex justify-end space-x-4">
|
||||
<v-btn variant="plain" color="black">Annuler</v-btn>
|
||||
<v-btn color="#A6147D">Enregistrer</v-btn>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
const youtubeLink = ref('');
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
Youtube
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user