UNPKG
browserhacks
Version:
latest (0.1.1)
0.1.1
0.1.0
Browser targeting scss mixins.
github.com/scottbedard/browserhacks
scottbedard/browserhacks
browserhacks
/
src
/
main.js
8 lines
(6 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
;
import
RootComponent
from
'./root.vue'
;
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
RootComponent
), });