'admin-21.03.10:删除tagsView中的scroll.vue,优化tagsView中的滚动代码'

This commit is contained in:
lyt-Top 2021-03-10 20:25:30 +08:00
parent f6ca3c0a6d
commit d7c10a3308

View File

@ -43,10 +43,9 @@ import { useStore } from "/@/store/index.ts";
import { setSession, getSession, removeSession } from "/@/utils/storage.ts"; import { setSession, getSession, removeSession } from "/@/utils/storage.ts";
import Sortable from "sortablejs"; import Sortable from "sortablejs";
import Contextmenu from "/@/views/layout/navBars/tagsView/contextmenu.vue"; import Contextmenu from "/@/views/layout/navBars/tagsView/contextmenu.vue";
import Scroll from "/@/views/layout/navBars/tagsView/scroll.vue";
export default { export default {
name: "layoutTagsView", name: "layoutTagsView",
components: { Contextmenu, Scroll }, components: { Contextmenu },
setup() { setup() {
const { proxy } = getCurrentInstance(); const { proxy } = getCurrentInstance();
const tagsRefs = ref([]); const tagsRefs = ref([]);