VueJS
Import the library
import { Vue } from '@bettercorp/tools';
Vue.use(Tools);
Use the library
Inside your vue templates, you can use the global $tools
reference.
this.$tools.isArray([]); // would return true
import { Vue } from '@bettercorp/tools';
Vue.use(Tools);
Inside your vue templates, you can use the global $tools
reference.
this.$tools.isArray([]); // would return true