Fixed sample code

pull/5507/head
Cagatay Civici 2024-04-01 16:20:32 +03:00
parent 5d4892d287
commit 441a3001be
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default {
<template> <template>
<div> <div>
<InputSwitch v-model="checked1" /> <InputSwitch v-model="checked1" />
<InputSwitch v-model="checked2" :dt"amberSwitch" /> <InputSwitch v-model="checked2" :dt="amberSwitch" />
</div> </div>
</template> </template>