@kmhgmbh/kmh-customer-search
v1.3.8
Published
## Project setup
Downloads
7
Keywords
Readme
kmh-customer-search
Project setup
npm i @kmhgmbh/kmh-customer-search
Integration
import Vue from 'vue';
import App from './App.vue';
import KmhCustomerSearch from '@kmhgmbh/kmh-customer-search';
Vue.use(KmhCustomerSearch);
Vue.config.productionTip = false;
new Vue({
render: h => h(App),
}).$mount('#app');
Usage
<customer-search
@change="customerSearchChanged"
@submit="customerSearchChanged"
@clear="clear"
:config="config"
/>
Props
{
config: {
advancedAllowed: Boolean,
globalAllowed: Boolean,
automaticAllowed: Boolean,
advanced: Boolean,
global: Boolean,
automatic: Boolean,
useValidation: Boolean
}
}