mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-13 10:19:54 +08:00
Check paste event target
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<template>
|
||||
<v-dialog :value="true" @input="closeDialog" :fullscreen="phoneLayout" width="40em">
|
||||
<v-dialog
|
||||
:value="true"
|
||||
@input="closeDialog"
|
||||
:fullscreen="phoneLayout"
|
||||
persistent
|
||||
width="40em"
|
||||
>
|
||||
<v-card>
|
||||
<v-card-title
|
||||
class="headline grey lighten-4"
|
||||
|
||||
Reference in New Issue
Block a user