@kmhgmbh/kmh-customer-search

1.3.8 • Public • Published

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
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kmhgmbh/kmh-customer-search

Weekly Downloads

0

Version

1.3.8

License

none

Unpacked Size

35.2 kB

Total Files

6

Last publish

Collaborators

  • ruslan92
  • mlabenski
  • rgiermann-kmh
  • julianpung
  • cpropp-kmh