2022-09-30 10:45:57 +08:00
|
|
|
<template>
|
|
|
|
|
<div>资源分类</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
export default {
|
2022-09-30 13:47:38 +08:00
|
|
|
name: "resourceClassification"
|
2022-09-30 10:45:57 +08:00
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
2022-09-30 13:47:38 +08:00
|
|
|
<style lang="scss" scope>
|
|
|
|
|
.resourceClassification {}
|
2022-09-30 10:45:57 +08:00
|
|
|
</style>
|