mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 06:31:45 +08:00
fix lint
This commit is contained in:
parent
86ee2eaedc
commit
315bdd74a5
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user