web-课程列表
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="resource-center-view">
|
||||
<ResourceHead
|
||||
<CenterHead
|
||||
title="资源中心"
|
||||
:category-name="currentCategoryName"
|
||||
:show-article-mode="showArticle"
|
||||
/>
|
||||
@@ -37,8 +38,8 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import { ResourceHead, ResourceSideBar, ResourceList, ResourceArticle } from './components';
|
||||
import { Search } from '@/components/base';
|
||||
import { ResourceSideBar, ResourceList, ResourceArticle } from './components';
|
||||
import { Search, CenterHead } from '@/components/base';
|
||||
import type { Resource, ResourceCategory } from '@/types/resource';
|
||||
|
||||
const showArticle = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user