This commit is contained in:
2023-09-19 16:11:52 +08:00
parent a531505bf7
commit 65f06341f2
8 changed files with 98 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ import {post} from '@js/http.js'
import * as echarts from 'echarts'
import VueParticles from 'vue-particles'
import scroll from 'vue-seamless-scroll'
import 'default-passive-events'
for (let k in filter) {
Vue.filter(k, filter[k])