mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-29 04:46:36 +08:00
7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
import Vue from 'vue';
|
|
import 'jest-canvas-mock';
|
|
// @ts-ignore
|
|
import Package from '../../dist/package-entry';
|
|
|
|
Vue.use(Package);
|