33 lines
267 B
Vue
33 lines
267 B
Vue
<template>
|
|
|
|
<tabler-header></tabler-header>
|
|
|
|
<h1>信息整合</h1>
|
|
|
|
<tabler-footer></tabler-footer>
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
|
|
</style>
|