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
/
lottie-web
/
player
/
js
/
utils
/
helpers
/
html_elements.js
4 lines
•
141 B
JavaScript
View Raw
1
2
3
4
function
createTag
(type)
{ //
return
{appendChild:
function
()
{},setAttribute:
function
()
{},style:{}}
return
document.createElement(
type
); }