mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Unstyled demo fixes
This commit is contained in:
parent
5d8c790836
commit
ef45334c22
24 changed files with 97 additions and 79 deletions
|
@ -32,7 +32,7 @@ export default {
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
value: 'off',
|
||||
value: 'Off',
|
||||
options: ['Off', 'On']
|
||||
}
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ export default {
|
|||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
|
||||
const value = ref('off');
|
||||
const value = ref('Off');
|
||||
const options = ref(['Off', 'On']);
|
||||
<\/script>`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue