Use computed value to clear up TypeError in dialog persistient prop

This commit is contained in:
Declan Freeman-Gleason
2021-01-08 21:03:18 -05:00
parent 839f959681
commit 15c687655a

View File

@@ -260,7 +260,7 @@
<v-dialog
v-model="snack"
width="500px"
persistent="true"
:persistent="true"
>
<v-card
color="primary"