mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
refactor:correct bad spelling of 'android'
This commit is contained in:
parent
64ec6ce5ac
commit
7619050802
@ -41,7 +41,7 @@ import Icon from '../icon';
|
||||
import Field from '../field';
|
||||
import Cell from '../cell';
|
||||
import CellGroup from '../cell-group';
|
||||
import isAndroid from '../utils/env/is-andriod';
|
||||
import isAndroid from '../utils/env/is-android';
|
||||
|
||||
export default {
|
||||
name: 'van-address-edit-detail',
|
||||
|
@ -268,7 +268,7 @@ describe('AddressEdit', () => {
|
||||
}
|
||||
});
|
||||
|
||||
wrapper.vm.isAndriod = false;
|
||||
wrapper.vm.isAndroid = false;
|
||||
wrapper.find('.van-field__control')[2].trigger('focus');
|
||||
|
||||
wrapper.vm.$nextTick(() => {
|
||||
@ -280,7 +280,7 @@ describe('AddressEdit', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('finish edit address detail in andriod', done => {
|
||||
it('finish edit address detail in android', done => {
|
||||
wrapper = mount(AddressDetail, {
|
||||
propsData: {
|
||||
value: '123'
|
||||
|
Loading…
x
Reference in New Issue
Block a user