公告板
版本库
filestore
活动
搜索
登录
web
/
vue3-project-template
vue3前端项目模板,可以拉下模板写新的项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
chore: 配置组件库/图标库/axios
songshankun
2023-10-25
666576fefa2371a44b7e84e444e74eed15563039
[web/vue3-project-template.git]
/
src
/
views
/
AboutView.vue
1
2
3
4
5
6
7
8
9
<template>
<div class="about-view">
<h1>About View</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="scss"></style>