mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
added dialog window for notifications about off animations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user