aiCopilot样式提交

This commit is contained in:
aixianling
2024-06-04 18:16:51 +08:00
parent 890af51f30
commit 426f081cbc
5 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<script>
export default {
name: "AppCopilot",
}
</script>
<template>
<section class="AppCopilot">
<ai-copilot/>
</section>
</template>
<style scoped lang="scss">
</style>