UNPKG

vstx-loader

Version:

Loader component for the Vue Stacks Template

7 lines (6 loc) 158 B
import vstxLoader from './vstxLoader.vue'; module.exports = { install: function (Vue, options) { Vue.component('vstx-loader', vstxLoader); } };