update Home
This commit is contained in:
27
src/views/copilot/energy/index.vue
Normal file
27
src/views/copilot/energy/index.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<!--
|
||||
filename: index.vue
|
||||
author: liubin
|
||||
date: 2024-04-16 14:40:15
|
||||
description: 能源驾驶舱
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="copilot-container energy-copilot">
|
||||
能源驾驶舱
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "EnergyCopilot",
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user