mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 22:09:16 +08:00
fix lint
This commit is contained in:
parent
86ee2eaedc
commit
315bdd74a5
@ -35,7 +35,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
isGroup() {
|
||||
return !!this.findRadioGroup()
|
||||
return !!this.findRadioGroup();
|
||||
},
|
||||
|
||||
currentValue: {
|
||||
|
@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
||||
|
||||
export default {
|
||||
install,
|
||||
version: '0.0.4',
|
||||
version: '0.0.5',
|
||||
Button,
|
||||
Switch,
|
||||
Field,
|
||||
|
Loading…
x
Reference in New Issue
Block a user