aiCopilot样式提交
This commit is contained in:
16
project/ai/AppCopilot/AppCopilot.vue
Normal file
16
project/ai/AppCopilot/AppCopilot.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: "AppCopilot",
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="AppCopilot">
|
||||
<ai-copilot/>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user