Skip to content

Commit 6013b88

Browse files
authored
Update options-test.ts
1 parent 0a445f8 commit 6013b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: types/test/options-test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ Vue.component('component', {
160160
fontSize: '14px'
161161
},
162162
key: 'myKey',
163-
ref: 'myRef'
163+
ref: 'myRef',
164+
refInFor: true
164165
}, [
165166
createElement(),
166167
createElement("div", "message"),

0 commit comments

Comments
 (0)