@@ -24,40 +24,40 @@ function reset() {
2424<template >
2525 <div class =" grid grid-cols-[150px_1fr] gap-y-2" >
2626 <h3 >modelValue:</h3 >
27- <input type = " checkbox " v-model =" options.modelValue" / >
27+ <input v-model =" options.modelValue" type = " checkbox " >
2828
2929 <h3 >hideOverlay:</h3 >
30- <input type = " checkbox " v-model =" options.hideOverlay" / >
30+ <input v-model =" options.hideOverlay" type = " checkbox " >
3131
3232 <h3 >clickToClose:</h3 >
33- <input type = " checkbox " v-model =" options.clickToClose" / >
33+ <input v-model =" options.clickToClose" type = " checkbox " >
3434
3535 <h3 >escToClose:</h3 >
36- <input type = " checkbox " v-model =" options.escToClose" / >
36+ <input v-model =" options.escToClose" type = " checkbox " >
3737
3838 <h3 >lockScroll:</h3 >
39- <input type = " checkbox " v-model =" options.lockScroll" / >
39+ <input v-model =" options.lockScroll" type = " checkbox " >
4040
4141 <h3 >displayDirective: </h3 >
4242 <div class =" flex space-x-4 whitespace-nowrap" >
4343 <label for =" if" >
44- <input type = " radio " v-model =" options.displayDirective" id = " if " name =" displayDirective" value =" if" / >
44+ <input id = " if " v-model =" options.displayDirective" type = " radio " name =" displayDirective" value =" if" >
4545 if
4646 </label >
4747 <label for =" show" >
48- <input type = " radio " v-model =" options.displayDirective" id = " show " name =" displayDirective" value =" show" / >
48+ <input id = " show " v-model =" options.displayDirective" type = " radio " name =" displayDirective" value =" show" >
4949 show
5050 </label >
5151 </div >
5252
5353 <h3 >background: </h3 >
5454 <div class =" flex space-x-4 whitespace-nowrap" >
5555 <label for =" interactive" >
56- <input type = " radio " v-model =" options.background" id = " interactive " name =" background" value =" interactive" / >
56+ <input id = " interactive " v-model =" options.background" type = " radio " name =" background" value =" interactive" >
5757 interactive
5858 </label >
5959 <label for =" non-interactive" >
60- <input type = " radio " v-model =" options.background" id = " non-interactive " name =" background" value =" non-interactive" / >
60+ <input id = " non-interactive " v-model =" options.background" type = " radio " name =" background" value =" non-interactive" >
6161 non-interactive
6262 </label >
6363 </div >
@@ -102,4 +102,4 @@ function reset() {
102102button {
103103 @apply px- 2 py- 1 border rounded ;
104104}
105- </style >
105+ </style >
0 commit comments