Skip to content

Commit f277df2

Browse files
committed
types(RadioButtonSelecter): return type
1 parent 0e1b4fc commit f277df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Search/RadioButtonSelecter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
8282
@Emit()
83-
toggleList() {
83+
toggleList(): RadioButtonSelecter {
8484
this.active = !this.active;
8585
8686
if(this.active) {

0 commit comments

Comments
 (0)