1.0.1 • Published 3 years ago
@mintjamsinc/vue-facet-definition-selection v1.0.1
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.