wip(Layout): Layout developing
This commit is contained in:
@@ -8,8 +8,6 @@ import type { LayoutType } from '@/config/app'
|
||||
import { useRenderMenuItem } from './components/useRenderMenuItem'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { isUrl } from '@/utils/is'
|
||||
import { lighten } from '@/utils/color'
|
||||
console.log(lighten('#001529', 6))
|
||||
|
||||
export default defineComponent({
|
||||
name: 'Menu',
|
||||
@@ -94,8 +92,6 @@ export default defineComponent({
|
||||
<style lang="less" scoped>
|
||||
@prefix-cls: ~'@{namespace}-menu';
|
||||
|
||||
@menuBgColor: var(--left-menu-bg-color);
|
||||
|
||||
.@{prefix-cls} {
|
||||
:deep(.el-menu) {
|
||||
border-right: none;
|
||||
|
||||
3
src/components/TagsView/index.ts
Normal file
3
src/components/TagsView/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import TagsView from './src/TagsView.vue'
|
||||
|
||||
export { TagsView }
|
||||
5
src/components/TagsView/src/TagsView.vue
Normal file
5
src/components/TagsView/src/TagsView.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>tagsView</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user