@mintjamsinc/vue-facet-definition-selection
v1.0.1
Published
A reusable FacetDefinitionSelection component for Vue.js 2.x used by webtop applications.
Downloads
4
Readme
vue-facet-definition-selection
A reusable FacetDefinitionSelection component for Vue.js 2.x used by webtop applications.
Installation
npm install --save-dev @mintjamsinc/vue-facet-definition-selection
Usage
<FacetDefinitionSelection
ref="propertySelection"
:excludes="propertyKeys"
class="bg-white"
v-hook="{inserted: onPropertySelectionLoad}"/>
import FacetDefinitionSelection from '@mintjamsinc/vue-facet-definition-selection';
export default {
components: {
FacetDefinitionSelection,
},
methods: {
onPropertySelectionLoad() {
// let ui = vm.$refs.propertySelection.ui;
// ui.onChanged = function() {};
},
},
}
License
Copyright (c) 2021 MintJams Inc.