UNPKG

vfg-field-array

Version:

A vue-form-generator field to handle arrays

9 lines (6 loc) 249 B
import LibraryModule, * as LibraryComponents from "./index"; // Automatically register components if Vue is available globally if (typeof window !== "undefined" && window.Vue) { window.Vue.use(LibraryModule); } export default LibraryComponents;