Indent fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-18 14:09:13 +03:00
parent 7c609f7aed
commit e9663cc853
3 changed files with 12 additions and 12 deletions

View file

@ -56,10 +56,10 @@ import { ref } from 'vue';
const value = ref(null);
const options = ref([
{ name: 'Option 1', value: 1 },
{ name: 'Option 2', value: 2 },
{ name: 'Option 3', value: 3 }
]);
{ name: 'Option 1', value: 1 },
{ name: 'Option 2', value: 2 },
{ name: 'Option 3', value: 3 }
]);
<\/script>
`
}