cpnode-front/src/pages/repoManage/repoManage.vue
2022-01-04 10:21:56 +08:00

17 lines
226 B
Vue

<config>
{
"name": "repoManage",
"title": "数字对象仓库管理"
}
</config>
<template>
<div>
<h1>{{ re }}</h1>
</div>
</template>
<script setup lang="ts">
const re = '数字对象仓库管理'
</script>