UNPKG
@striven-erp/striven-tooltip
Version:
latest (0.5.65)
0.5.65
0.5.64
0.5.63
0.5.62
0.5.61
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Striven Tooltips UI
github.com/striven-erp/striven-tooltip
striven-erp/striven-tooltip
@striven-erp/striven-tooltip
/
demo
/
src
/
main.js
9 lines
(6 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
App
from
'./App.vue'
Vue
.
config
.
productionTip
=
false
new
Vue
({
render
:
h
=>
h
(
App
), }).$mount(
'#app'
)