blob: 3e7fd761c92908c8294b29bfdcbec1cf0cb281f4 [file] [log] [blame]
<template>
<IndexPage lang="zh-CN" />
</template>
<script>
import IndexPage from './IndexPage'
export default {
components: {
IndexPage
}
}
</script>