feat(projects): confirmation popup before opening link
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Buttons from "./Buttons.vue";
|
||||
import LinkConfirmationPopup from "./LinkConfirmationPopup.vue";
|
||||
|
||||
const store = useProjectsStore();
|
||||
|
||||
@@ -23,5 +24,6 @@ watch(
|
||||
<template v-if="!store.loading">
|
||||
<Background />
|
||||
<Buttons />
|
||||
<LinkConfirmationPopup v-if="store.showConfirmationPopup" />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user