v4
This commit is contained in:
18
src/components/pnOverlay.vue
Normal file
18
src/components/pnOverlay.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div
|
||||
id="overlay"
|
||||
class="fixed-full q-dialog__backdrop"
|
||||
style="z-index: 5000; --q-transition-duration: 300ms;"
|
||||
@click.prevent.stop
|
||||
@touchstart.prevent.stop
|
||||
@touchmove.prevent.stop
|
||||
@touchend.prevent.stop
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user