feat: 添加论坛首页相关资源文件和基础功能
新增论坛首页所需的图片资源、CSS样式文件、Vue组件和基础功能实现。包括: 1. 添加多个图标图片资源 2. 创建index.css和sectionIndex.css样式文件 3. 实现论坛首页的Vue组件结构和基础交互 4. 添加论坛板块列表和帖子展示功能 5. 实现公共样式和布局组件
This commit is contained in:
9
js/sectionIndex.js
Normal file
9
js/sectionIndex.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const { createApp, ref, onMounted, nextTick, onUnmounted, computed, watch } = Vue;
|
||||
|
||||
createApp({
|
||||
setup() {
|
||||
|
||||
|
||||
return { };
|
||||
},
|
||||
}).mount("#appIndex");
|
||||
Reference in New Issue
Block a user