File tree 4 files changed +11
-1
lines changed
4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 15
15
"axios" : " ^0.18.0" ,
16
16
"babel-polyfill" : " ^6.26.0" ,
17
17
"fastclick" : " ^1.0.6" ,
18
+ "viewport-units-buggyfill" : " ^0.6.2" ,
18
19
"vue" : " ^2.5.17" ,
19
20
"vue-lazyload" : " ^1.2.6" ,
20
21
"vue-router" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 24
24
25
25
.fl
26
26
float left
27
+
28
+ img {
29
+ content : normal !important ;
30
+ }
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ export default {
29
29
> .back
30
30
with-bg (9px , 17px , './back-arrow.png' )
31
31
ab-l (18px )
32
- extend-click ()
33
32
> .title
34
33
color #1F 28 45
35
34
letter-spacing - 0.43px
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ import 'styles/index.styl'
11
11
import store from './store'
12
12
import axios from 'axios'
13
13
14
+ const vub = require ( 'viewport-units-buggyfill' )
15
+
16
+ window . addEventListener ( 'load' , ( ) => {
17
+ vub . init ( { hacks : window . viewportUnitsBuggyfillHacks } )
18
+ } )
19
+
14
20
// import { wechatConfig } from 'shared/wechat-config'
15
21
16
22
// wechatConfig()
You can’t perform that action at this time.
0 commit comments