更改头部标题和底部导航
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, reactive, onMounted, watch, computed } from 'vue'
|
||||
import HeaderTitle from '@/components/HeaderTitle.vue'
|
||||
import FooterNavigation from '@/components/FooterNavigation.vue'
|
||||
import CreationList from '@/views/Workshop/creation/creation-list.vue'
|
||||
import CreationDetails from '@/views/Workshop/creation/creation-details.vue'
|
||||
|
||||
@@ -20,10 +18,8 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header-title style-type="2" />
|
||||
<creation-list v-show="!styleUrl" />
|
||||
<creation-details v-if="styleUrl" />
|
||||
<footer-navigation is-placeholder />
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
|
||||
Reference in New Issue
Block a user