UNPKG
@belvo-finance/belvo-vue-components
Version:
latest (1.12.19)
1.12.19
## Project setup ``` npm install ```
@belvo-finance/belvo-vue-components
/
node_modules
/
vue-lottie
/
src
/
main.js
8 lines
(6 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
import
App
from
'./App.vue'
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
App
) });