hi-ucs/front/src/views/capabilityCloud/components/DataResources.vue

13 lines
319 B
Vue
Raw Normal View History

2022-06-19 10:22:39 +08:00
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:15:33
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-19 10:18:16
* @Description: 告诉大家这是什么
-->
<template>
<div class="data-resources">数据资源</div>
</template>
<script setup></script>
<style lang="less" scoped></style>