From b2daa8b0d36e0b06dd6221371c1f609b165ffdd4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 7 Feb 2020 21:55:31 +0000 Subject: [PATCH] --- ayanova/src/main.js | 4 ++-- .../src/views/test-inventory-widget-edit.vue | 17 ----------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/ayanova/src/main.js b/ayanova/src/main.js index c900e82b..23587295 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -36,7 +36,7 @@ import tagPicker from "./components/tag-picker.vue"; import customFieldsControl from "./components/custom-fields-control.vue"; import currencyControl from "./components/currency-control.vue"; import errorhandler from "./api/errorhandler"; -import VCurrencyField from "./components/VCurrencyField"; + ///////////////////////////////////////////////////////////////// // LIBS AND GLOBAL ITEMS @@ -181,7 +181,7 @@ Vue.component("gz-time-picker", timeControl); Vue.component("gz-tag-picker", tagPicker); Vue.component("gz-custom-fields", customFieldsControl); Vue.component("gz-currency", currencyControl); -Vue.component("v-currency-field", VCurrencyField); + //3rd party components Vue.use(VueCurrencyInput); diff --git a/ayanova/src/views/test-inventory-widget-edit.vue b/ayanova/src/views/test-inventory-widget-edit.vue index dfa1113c..f87fc296 100644 --- a/ayanova/src/views/test-inventory-widget-edit.vue +++ b/ayanova/src/views/test-inventory-widget-edit.vue @@ -83,23 +83,6 @@ lg="4" xl="3" > - - v-currency-field - - DOLLAR AMOUNT: {{ obj.dollarAmount }}