Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit 4c3fe47

Browse files
committed
Use require syntax on import
1 parent 8e49dd7 commit 4c3fe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Router = require('vue-router');
33

44
Vue.use(Router);
55

6-
import Hello from 'components/hello';
6+
import Hello = require('components/hello');
77

88
export default new Router({
99
routes: [

0 commit comments

Comments
 (0)