公告板
版本库
filestore
活动
搜索
登录
main
/
modelLibrary
模型库管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
模型库
QYF-GitLab1
2025-03-03
b3850046bfb2b8fd81c5b08dff7c9291e5d9bab4
[modelLibrary.git]
/
src
/
views
/
model
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
<template>
<div class="kinematic">
<RouterView />
</div>
</template>
<script setup lang="ts">
</script>
<style lang="less" scoped>
</style>