Skip to content

Commit

Permalink
fix(docs): more work on the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Nov 27, 2020
1 parent 7a894ec commit df9a2c8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/src/examples/QInput/ValidationExternal.vue
@@ -1,7 +1,6 @@
<template>
<div class="q-pa-md" style="max-width: 300px">
<q-input
ref="input"
filled
v-model="model"
label="Type here"
Expand Down
1 change: 0 additions & 1 deletion docs/src/examples/QInput/ValidationSlots.vue
@@ -1,7 +1,6 @@
<template>
<div class="q-pa-md" style="max-width: 300px">
<q-input
ref="input"
filled
v-model="model"
label="Type here"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/QMarkupTable/Separators.vue
Expand Up @@ -8,7 +8,7 @@
{ label: 'Horizontal', value: 'horizontal' },
{ label: 'Vertical', value: 'vertical' },
{ label: 'Cell', value: 'cell' },
{ label: 'None', value: 'none' },
{ label: 'None', value: 'none' }
]"
/>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/QOptionGroup/Dark.vue
Expand Up @@ -3,7 +3,7 @@
<q-option-group
v-model="group"
:options="options"
:dark="true"
dark
color="yellow"
/>
</div>
Expand Down
3 changes: 0 additions & 3 deletions docs/src/examples/QRating/ReadonlyDisable.vue
Expand Up @@ -24,9 +24,6 @@ export default {
return {
ratingModel: 3
}
},
methods: {
}
}
</script>
1 change: 0 additions & 1 deletion docs/src/examples/QToggle/KeepColor.vue
Expand Up @@ -28,7 +28,6 @@
</template>

<script>
export default {
data () {
return {
Expand Down

0 comments on commit df9a2c8

Please sign in to comment.