Added toast timer functions

This commit is contained in:
Alexis
2021-03-21 00:28:33 +01:00
parent ea83e946d8
commit bf9d3537b3
6 changed files with 89 additions and 37 deletions

View File

@@ -16,7 +16,7 @@ import ToastsList from "@/components/toast/ToastsList.vue";
export default defineComponent({
components: {
Navbar,
ToastsList,
ToastsList
}
});
</script>