feat: alerts provider

This commit is contained in:
Alexandr
2022-07-27 17:16:27 +03:00
parent a7ba76d263
commit b9a0436fc7
5 changed files with 65 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
<template>
<slot />
<div>
<slot />
</div>
</template>
<script lang="ts" setup>
import type { PropType } from 'vue'