fix: miss jquery

This commit is contained in:
zyronon 2024-04-05 03:05:44 +08:00
parent 12ab0abddd
commit 0cce1e6cf6
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
"start": "vite --host",
"serve": "vite --host",
"build": "vite build --mode prod", "build": "vite build --mode prod",
"build-uni-app": "vite build --mode uni", "build-uni-app": "vite build --mode uni",
"report": "vite build", "report": "vite build",

View File

@ -14,6 +14,7 @@ import SlideItem from '@/components/slide/SlideItem.vue'
import bus, { EVENT_KEY } from '../../utils/bus' import bus, { EVENT_KEY } from '../../utils/bus'
import Loading from '@/components/Loading.vue' import Loading from '@/components/Loading.vue'
import { useBaseStore } from '@/store/pinia' import { useBaseStore } from '@/store/pinia'
import $ from 'jquery'
const props = defineProps({ const props = defineProps({
index: { index: {