mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-26 01:19:42 +00:00
19 lines
602 B
TypeScript
19 lines
602 B
TypeScript
// @ts-nocheck
|
|
import { plugin } from './plugin';
|
|
import * as Plugin_0 from '/Users/apple/Desktop/github/zhiku.tec/h5-visible-tool/src/.umi/plugin-dva/runtime.tsx';
|
|
import * as Plugin_1 from '../plugin-initial-state/runtime';
|
|
import * as Plugin_2 from '../plugin-model/runtime';
|
|
|
|
plugin.register({
|
|
apply: Plugin_0,
|
|
path: '/Users/apple/Desktop/github/zhiku.tec/h5-visible-tool/src/.umi/plugin-dva/runtime.tsx',
|
|
});
|
|
plugin.register({
|
|
apply: Plugin_1,
|
|
path: '../plugin-initial-state/runtime',
|
|
});
|
|
plugin.register({
|
|
apply: Plugin_2,
|
|
path: '../plugin-model/runtime',
|
|
});
|