docs: fix missing demo locale (#9255)

This commit is contained in:
neverland
2021-08-12 23:58:54 +08:00
committed by GitHub
parent a6b34d24b0
commit f0f2059d91
4 changed files with 79 additions and 73 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import { h, defineComponent } from 'vue';
import Locale from '../src/locale';
import { mount, later } from '.';
import '../docs/site/demo-locale';
import { initDemoLocale } from '../docs/site/demo-locale';
initDemoLocale();
const EmptyComponent = defineComponent({
inheritAttrs: false,