|
@ -60,7 +60,7 @@ export default defineComponent({ |
|
|
return appStore.getCategoryRoutePath |
|
|
return appStore.getCategoryRoutePath |
|
|
}) |
|
|
}) |
|
|
return () => ( |
|
|
return () => ( |
|
|
<div class="category-container"> |
|
|
<div class="category-container" style="width:100%"> |
|
|
<div class="line"></div> |
|
|
<div class="line"></div> |
|
|
<ElMenu |
|
|
<ElMenu |
|
|
defaultActive={unref(activeMenu)} |
|
|
defaultActive={unref(activeMenu)} |
|
|