Merge pull request #2882 from iview/pr/2867

Pr/2867
This commit is contained in:
Aresn 2018-01-22 18:09:19 +08:00 committed by GitHub
commit 342390e691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 125 additions and 54 deletions

View file

@ -43,12 +43,12 @@
data () {
return {
single: true,
phone: 'apple',
phone: '',
button2: '北京',
}
};
},
methods: {
}
}
};
</script>