Files

9 lines
247 B
Vue
Raw Permalink Normal View History

2026-01-11 00:11:34 +08:00
<template>
<el-menu @select="haneleselect" text-color="#000000" background-color="#fff">
<submenu :item="jsonData.left"></submenu>
</el-menu>
</template>
<script src="./rightNavJS.js"></script>
<style src="./rightNav.css" scoped></style>