Files
dvcp_v2_webapp/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue

13 lines
183 B
Vue
Raw Normal View History

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>