@cnamts/form-builder
Version:
FormBuilder for the French Health Insurance
11 lines (7 loc) • 316 B
text/typescript
import { VueConstructor } from 'vue';
import { registerComponents } from '@cnamts/vue-dot/src/helpers/registerComponents';
import { components } from './components';
/** Globally register all components */
export function registerAllComponents(Vue: VueConstructor): void {
registerComponents(Vue, components);
}