UNPKG

@belvo-finance/belvo-vue-components

Version:

## Project setup ``` npm install ```

4 lines 141 B
function createTag(type) { //return {appendChild:function(){},setAttribute:function(){},style:{}} return document.createElement(type); }