added dialog window for notifications about off animations

This commit is contained in:
Kostya
2023-11-20 22:40:21 +03:00
parent 7e65ad2a5f
commit 4bb3f35e5b
3 changed files with 50 additions and 0 deletions

View File

@@ -17,14 +17,17 @@
</div>
</div>
</aside>
<notiicationwindow-component :isAnimationOn = "AnimationOff"></notiicationwindow-component>
</template>
<script>
import NotiicationwindowComponent from "@/components/NotiicationwindowComponent.vue";
import '@/assets/css/ComponentsStyles/asidebar.css'
export default {
name: 'AsideBar-Element',
components: { NotiicationwindowComponent },
data() {
return {
AnimationOff: false