File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ global.process = global.process || {}
8
8
global . process . env = global . process . env || { }
9
9
10
10
import Vue from './runtime/index'
11
- import ModalPlugin from './modal-plugin'
12
- import NavigatorPlugin from './navigator-plugin'
13
- import DecoderPlugin from './decoder-plugin'
14
- import RouterPlugin from './router-plugin'
11
+ import ModalPlugin from './plugins/ modal-plugin'
12
+ import NavigatorPlugin from './plugins/ navigator-plugin'
13
+ import DecoderPlugin from './plugins/ decoder-plugin'
14
+ import RouterPlugin from './plugins/ router-plugin'
15
15
16
16
Vue . use ( ModalPlugin )
17
17
Vue . use ( NavigatorPlugin )
File renamed without changes.
Original file line number Diff line number Diff line change 1
- import { isPage } from './util/index'
1
+ import { isPage } from '.. /util/index'
2
2
import { Page } from 'ui/page'
3
3
4
4
export default {
Original file line number Diff line number Diff line change 1
- import { isPage } from './util/index'
1
+ import { isPage } from '.. /util/index'
2
2
import { Page } from 'ui/page'
3
3
import { topmost } from 'ui/frame'
4
4
import { start } from 'application'
5
- import { VUE_VM_REF } from './runtime/index'
5
+ import { VUE_VM_REF } from '.. /runtime/index'
6
6
7
7
export default {
8
8
install ( Vue ) {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments