feat: 内容稿件列表、上传内容、通用Textovertips组件封装
This commit is contained in:
@ -27,9 +27,11 @@
|
||||
|
||||
<script setup>
|
||||
import { useSidebarStore } from '@/stores/modules/side-bar';
|
||||
import router from '@/router';
|
||||
// import router from '@/router';
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const sidebarStore = useSidebarStore();
|
||||
const router = useRouter();
|
||||
|
||||
const selectedKey = computed(() => {
|
||||
return [String(sidebarStore.activeMenuId)];
|
||||
|
||||
Reference in New Issue
Block a user