添加jQuery,更改pdf打不开bug

This commit is contained in:
sangchengzhi
2026-01-09 19:13:40 +08:00
parent cc8c7e34c9
commit 818891a131
3 changed files with 7 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ import {Toast, Empty, Calendar, RadioGroup, Radio, Slider} from "vant";
import 'canvas';
import 'dommatrix/dist/dommatrix.js';
import 'web-streams-polyfill/dist/ponyfill.js';
import $ from 'jquery'; // 添加这行来引入jQuery
Vue.use(Calendar);
Vue.use(Radio);