Bring back popup

This commit is contained in:
Jai A
2021-03-30 21:45:49 -07:00
parent e61a1080f7
commit 2b73e745da
2 changed files with 52 additions and 0 deletions

View File

@@ -35,8 +35,13 @@
</template>
<script>
import Popup from '~/components/ui/Popup'
export default {
name: 'ConfirmPopup',
components: {
Popup,
},
props: {
confirmationText: {
type: String,