Skip to content

Commit 53cdb6f

Browse files
committed
Small updates to some components events
1 parent b22cee6 commit 53cdb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/autocomplete/QAutocomplete.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<q-popover
33
fit
44
@close="$emit('close')"
5-
@open="$emit('show')"
5+
@open="$emit('open')"
66
:offset="[0, 10]"
77
ref="popover"
88
:anchor-click="false"

src/components/layout/QLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default {
137137
view: {
138138
type: String,
139139
default: 'hhh lpr fff',
140-
validator: v => /^(h|l)h(h|r) (l|p)p(r|p) (f|l)f(f|r)$/.test(v.toLowerCase())
140+
validator: v => /^(h|l)h(h|r) lpr (f|l)f(f|r)$/.test(v.toLowerCase())
141141
},
142142
reveal: Boolean,
143143

0 commit comments

Comments
 (0)