Skip to content

Commit

Permalink
Update packages/vant/src/area/test/index.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored May 18, 2024
1 parent a3e464f commit e825a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vant/src/area/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../../picker';

test('should columns placeholder displayed normally', async () => {
const columnsPlaceholder = ['省份', '省份', '区县'];
const columnsPlaceholder = ['Province', 'City', 'County'];

const wrapper = mount(Area, {
props: {
Expand Down

0 comments on commit e825a1f

Please sign in to comment.