fix: miss jquery
This commit is contained in:
parent
12ab0abddd
commit
0cce1e6cf6
@ -3,6 +3,8 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"start": "vite --host",
|
||||
"serve": "vite --host",
|
||||
"build": "vite build --mode prod",
|
||||
"build-uni-app": "vite build --mode uni",
|
||||
"report": "vite build",
|
||||
|
||||
@ -14,6 +14,7 @@ import SlideItem from '@/components/slide/SlideItem.vue'
|
||||
import bus, { EVENT_KEY } from '../../utils/bus'
|
||||
import Loading from '@/components/Loading.vue'
|
||||
import { useBaseStore } from '@/store/pinia'
|
||||
import $ from 'jquery'
|
||||
|
||||
const props = defineProps({
|
||||
index: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user