新增用户主页和个人主页的HTML、CSS和JS文件 添加相关图片资源 重构sectionIndex页面为section-index.html 更新sectionIndex.js以支持组件导入
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
<div style="padding: 10px; border: 1px solid #ccc;">
|
|
<h3>{{ title }}</h3>
|
|
<p>这是从text文件加载的模板内容</p>
|
|
<button @click="handleClick">点击我</button>
|
|
</div> |