feat:修改类型结构
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
slideTouchMove,
|
||||
slideTouchStart
|
||||
} from "./common";
|
||||
import {SlideType} from "@/types.ts";
|
||||
import {SlideType} from "@/types/types.ts";
|
||||
|
||||
const props = defineProps({
|
||||
index: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {emitter as bus} from "@/utils/eventBus.ts";
|
||||
import Utils from '@/utils/gm.js'
|
||||
import {SlideType} from "@/types.ts";
|
||||
import {SlideType} from "@/types/types.ts";
|
||||
import GM from "@/utils/gm.js";
|
||||
|
||||
export function slideInit(el, state, type) {
|
||||
|
||||
Reference in New Issue
Block a user