\r\n \r\n \r\n\r\n \r\n\r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n","import { render, staticRenderFns } from \"./ProductPricingButtons.vue?vue&type=template&id=9e58e456&\"\nimport script from \"./ProductPricingButtons.vue?vue&type=script&lang=js&\"\nexport * from \"./ProductPricingButtons.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"product-info__buttons\"},[_c('button',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showAddToWishList),expression:\"showAddToWishList\"}],staticClass:\"btn btn-accent-1\",attrs:{\"type\":\"button\"},on:{\"click\":_vm.addToWishlistClicked}},[_vm._v(\"\\n Add to wish list\\n \")]),_vm._v(\" \"),_c('button',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showPriceOnApplication),expression:\"showPriceOnApplication\"}],staticClass:\"btn btn-accent-1\",attrs:{\"type\":\"button\"},on:{\"click\":_vm.priceOnApplicationClicked}},[_vm._v(\"\\n Price on application\\n \")]),_vm._v(\" \"),_c('button',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showRegisterInterest),expression:\"showRegisterInterest\"}],staticClass:\"btn btn-accent-1\",attrs:{\"type\":\"button\"},on:{\"click\":_vm.addRegisterInterestClicked}},[_vm._v(\"\\n Register interest\\n \")])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import \"./modules/common\";\r\nimport Vue from \"vue\";\r\nimport VueApp from \"~/Scripts/new/vueApp\";\r\nimport ProductPricing from \"~/Components/Product/ProductPricing.vue\";\r\nimport LoginForm from \"~/Components/Accounts/LoginForm.vue\";\r\nimport ProductImagesWrapper from \"~/Components/Product/ProductImagesWrapper.vue\";\r\nimport ProductPricingButtons from \"~/Components/Product/ProductPricingButtons.vue\";\r\nimport idPlugin from \"~/Scripts/plugins/idPlugin\";\r\n\r\nVue.use( idPlugin );\r\n\r\nnew VueApp( {\r\n name: \"ProductItem\",\r\n components: {\r\n ProductPricing,\r\n ProductImagesWrapper,\r\n ProductPricingButtons,\r\n LoginForm\r\n },\r\n\r\n data () {\r\n return {\r\n showPriceOnApplication: false,\r\n showRegisterInterest: false\r\n };\r\n },\r\n\r\n methods: {\r\n onPriceOnApplicationChange ( val ) {\r\n this.showPriceOnApplication = val;\r\n },\r\n onRegisterInterestChange ( val ) {\r\n this.showRegisterInterest = val;\r\n }\r\n }\r\n} );\r\n"],"sourceRoot":""}