- Added timeline page (will need to be redone anyways)

This commit is contained in:
Alexis
2020-12-18 11:58:16 +01:00
parent b89839c8fd
commit 0178f15bf1
5 changed files with 328 additions and 16 deletions

View File

@@ -61,7 +61,6 @@
<template v-slot:modal-footer="{ close }">
<button type="button" class="btn btn-danger" data-dismiss="modal" @click="close()">Fermer</button>
<!-- <input type="button" class="btn btn-success" value="Enregistrer comme nouveau" @click="cloneSpell()"> -->
<input type="submit" class="btn btn-primary" value="Enregistrer" form="update-spell">
</template>
</b-modal>