feat:完整布局封装

This commit is contained in:
MTrun
2022-01-06 13:45:51 +08:00
parent 1afc06b079
commit df1fccffa7
17 changed files with 236 additions and 15 deletions
@@ -0,0 +1,3 @@
import ContentDetails from './index.vue'
export { ContentDetails }
@@ -0,0 +1,13 @@
<template>
</template>
<script setup lang="ts">
import { reactive } from 'vue'
import { renderIcon } from '@/utils'
import { icon } from '@/plugins'
const { } = icon.ionicons5
</script>
<style lang="scss" scoped>
</style>