17 lines
185 B
Vue
17 lines
185 B
Vue
|
|
<script>
|
||
|
|
|
||
|
|
export default {
|
||
|
|
name: "AppCopilot",
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<section class="AppCopilot">
|
||
|
|
<ai-copilot/>
|
||
|
|
</section>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped lang="scss">
|
||
|
|
|
||
|
|
</style>
|