Files
dvcp_v2_webapp/project/biaopin/AppCopilotConfig/ccAdd.vue

16 lines
165 B
Vue
Raw Normal View History

2024-07-12 16:40:20 +08:00
<script>
export default {
name: "ccAdd"
}
</script>
<template>
<section class="ccAdd">
</section>
</template>
<style scoped lang="scss">
.ccAdd {
}
</style>