Files
dvcp_v2_webapp/project/ai/AppCopilot/AppCopilot.vue

17 lines
185 B
Vue
Raw Normal View History

2024-06-04 18:16:51 +08:00
<script>
export default {
name: "AppCopilot",
}
</script>
<template>
<section class="AppCopilot">
<ai-copilot/>
</section>
</template>
<style scoped lang="scss">
</style>