no message

Former-commit-id: b80308b29b9e8b99acce45106e998e78306b5b65
Former-commit-id: 4e7257ce4c36b1e65d6226ec3ec855464bb398d5
Former-commit-id: eb3c350c9ade30f1ed281ba96acc808947a273c2
This commit is contained in:
李杨
2018-03-09 19:21:10 +08:00
parent 686d8e43e4
commit a66ea7ac32
9 changed files with 13 additions and 28 deletions

View File

@@ -11,12 +11,10 @@
</template>
<script>
import DemoI18nControl from './components/DemoI18nControl'
import DemoI18n from './components/DemoI18n'
export default {
components: {
DemoI18nControl,
DemoI18n
DemoI18nControl: () => import('./components/DemoI18nControl'),
DemoI18n: () => import('./components/DemoI18n')
}
}
</script>

View File

@@ -11,12 +11,10 @@
</template>
<script>
import DemoI18nControl from './components/DemoI18nControl'
import DemoI18n from './components/DemoI18n'
export default {
components: {
DemoI18nControl,
DemoI18n
DemoI18nControl: () => import('./components/DemoI18nControl'),
DemoI18n: () => import('./components/DemoI18n')
}
}
</script>