mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
test: demo snapshot uses enUS
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { h } from 'vue';
|
||||
import Locale from '../src/locale';
|
||||
import enUS from '../src/locale/lang/en-US';
|
||||
import { mount, later } from '.';
|
||||
import { DemoLocaleMixin } from '../docs/site/demo-locale';
|
||||
|
||||
Locale.use('en-US', enUS);
|
||||
|
||||
const EmptyComponent = {
|
||||
render() {
|
||||
return h('div', [(this as any).$slots.default()]);
|
||||
|
Reference in New Issue
Block a user