File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import Vue from 'vue'
2
2
3
+ // Framework7 Styles
4
+ < % if ( options . css ) { % > import './framework7.less' < % } % >
5
+ < % if ( options . f7IconsSrc ) { % > import '<%= options.f7IconsSrc %>' < % } % >
6
+ < % if ( options . mdIconsSrc ) { % > import '<%= options.mdIconsSrc %>' < % } % >
7
+
3
8
// Styles
4
9
< % css . forEach ( function ( c ) { % > import '<%= relativeToBuild(resolvePath(c.src || c)) %>'
5
10
< % } ) % >
Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ import { Framework7Vue } from 'framework7-vue'
4
4
import { routes } from './f7-router'
5
5
import Framework7VueComponents from './f7-components'
6
6
7
- // Imports styles
8
- < % if ( options . css ) { % > import './framework7.less' < % } % >
9
- < % if ( options . f7IconsSrc ) { % > import '<%= options.f7IconsSrc %>' < % } % >
10
- < % if ( options . mdIconsSrc ) { % > import '<%= options.mdIconsSrc %>' < % } % >
11
-
12
7
// Async import F7 core
13
8
const _Framework7 = import ( 'framework7/dist/js/framework7.esm.bundle' /* webpackChunkName: f7 */ ) . then ( m => m . default )
14
9
You can’t perform that action at this time.
0 commit comments