We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52c6b8 commit 1cd2287Copy full SHA for 1cd2287
test/runtime/samples/select-change-handler/_config.js
@@ -1,4 +1,6 @@
1
export default {
2
+ skip: true, // JSDOM
3
+
4
data: {
5
options: [ { id: 'a' }, { id: 'b' }, { id: 'c' } ],
6
selected: 'b'
0 commit comments