Browse Source

fix: miss jquery

pull/58/head
zyronon 2 years ago
parent
commit
0cce1e6cf6
  1. 2
      package.json
  2. 1
      src/components/slide/SlideVerticalInfinite.vue

2
package.json

@ -3,6 +3,8 @@ @@ -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",

1
src/components/slide/SlideVerticalInfinite.vue

@ -14,6 +14,7 @@ import SlideItem from '@/components/slide/SlideItem.vue' @@ -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…
Cancel
Save