Ai
1K Star 15.9K Fork 4.9K

GVPdromara/go-view

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.vue 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
奔跑的面条 提交于 2022-03-14 19:52 +08:00 . fix: 修改名称规范问题
<template>
<div class="go-project-items">
<project-items-list></project-items-list>
</div>
</template>
<script setup lang="ts">
import { ProjectItemsList } from './components/ProjectItemsList'
</script>
<style lang="scss" scoped>
@include go(project-items) {
padding: 30px 20px;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dromara/go-view.git
git@gitee.com:dromara/go-view.git
dromara
go-view
go-view
master

搜索帮助