提交 c72fabd6 编写于 作者: Q qq_38870145

Sat Mar 9 19:06:00 CST 2024 inscode

上级 6a394889
<script lang="ts" setup>
import { reactive } from 'vue';
const state: any = reactive({
title: '性能指标可视化'
})
</script>
<template>
<div>
<div>
{{ state.title }}
</div>
</div>
</template>
\ No newline at end of file
......@@ -167,6 +167,7 @@ onMounted(() => {
width: 30px;
height: 30px;
display: inline-block;
transform: translateY(10px);
line-height: 64px;
cursor: pointer;
}
......
......@@ -82,6 +82,16 @@ export default {
icon: 'ion:grid-outline',
title: '可视化html',
},
},
{
path: 'visualPerformance',
name: 'visualPerformance',
component: () => import('@/components/visualPerformance/index.vue'),
meta: {
icon: 'ion:grid-outline',
title: '可视化性能指标',
},
}
],
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册