mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix lint
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
|||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
isGroup() {
|
isGroup() {
|
||||||
return !!this.findRadioGroup()
|
return !!this.findRadioGroup();
|
||||||
},
|
},
|
||||||
|
|
||||||
currentValue: {
|
currentValue: {
|
||||||
|
@@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
install,
|
install,
|
||||||
version: '0.0.4',
|
version: '0.0.5',
|
||||||
Button,
|
Button,
|
||||||
Switch,
|
Switch,
|
||||||
Field,
|
Field,
|
||||||
|
Reference in New Issue
Block a user