mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Indent fixes
This commit is contained in:
parent
7c609f7aed
commit
e9663cc853
3 changed files with 12 additions and 12 deletions
|
@ -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>
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue