mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
fix lint
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user