{"version":3,"sources":["webpack:///./src/views/faq/QuestionAndAnswer.vue?536c","webpack:///src/views/faq/QuestionAndAnswer.vue","webpack:///./src/views/faq/QuestionAndAnswer.vue?f28b","webpack:///./src/views/faq/QuestionAndAnswer.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","_v","name","_s","getQuestion","title","domProps","question","answer","staticRenderFns","computed","methods","mounted","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,OAAO,CAACE,YAAY,yBAAyB,CAACF,EAAG,KAAK,CAACE,YAAY,UAAUC,MAAM,CAAC,OAAS,KAAK,CAACP,EAAIQ,GAAG,oBAAoBJ,EAAG,KAAK,CAACE,YAAY,gCAAgC,CAACN,EAAIQ,GAAG,2CAA2CJ,EAAG,UAAU,CAACE,YAAY,kBAAkB,CAACF,EAAG,UAAU,CAACE,YAAY,aAAa,CAACF,EAAG,MAAM,CAACE,YAAY,WAAW,CAACF,EAAG,KAAK,CAACE,YAAY,qBAAqB,CAACF,EAAG,KAAK,CAACA,EAAG,cAAc,CAACE,YAAY,sBAAsBC,MAAM,CAAC,GAAK,CAACE,KAAM,gBAAgB,CAACT,EAAIQ,GAAG,YAAY,OAAOJ,EAAG,OAAO,CAACE,YAAY,uBAAuB,CAACF,EAAG,WAAW,CAACA,EAAG,SAAS,CAACJ,EAAIQ,GAAG,2EAA2EJ,EAAG,cAAc,CAACE,YAAY,gCAAgCC,MAAM,CAAC,GAAK,CAAEE,KAAM,qBAAsB,KAAO,WAAW,CAACT,EAAIQ,GAAG,aAAa,OAAOJ,EAAG,UAAU,CAACE,YAAY,yBAAyB,CAACF,EAAG,KAAK,CAACJ,EAAIQ,GAAGR,EAAIU,GAAGV,EAAIW,YAAYC,UAAUR,EAAG,IAAI,CAACS,SAAS,CAAC,UAAYb,EAAIU,GAAGV,EAAIW,YAAYG,aAAaV,EAAG,KAAK,CAACE,YAAY,aAAaF,EAAG,MAAMA,EAAG,KAAK,CAACJ,EAAIQ,GAAG,WAAWJ,EAAG,IAAI,CAACS,SAAS,CAAC,UAAYb,EAAIU,GAAGV,EAAIW,YAAYI,kBACvrCC,EAAkB,G,YC+BP,GACfC,yCACAC,0CACAC,QAHA,WAIA,kDCpC0W,I,YCOtWC,EAAY,eACd,EACArB,EACAiB,GACA,EACA,KACA,KACA,MAIa,aAAAI,E","file":"js/chunk-2d0d3874.8c4fcad8.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('main',{staticClass:\"vcc-main vcc-main__kb\"},[_c('h1',{staticClass:\"heading\",attrs:{\"hidden\":\"\"}},[_vm._v(\"Вопросы-ответы\")]),_c('h2',{staticClass:\"heading heading__hr hr__bold\"},[_vm._v(\"Вопросы экспертам дорожного хозяйства\")]),_c('section',{staticClass:\"materials-main\"},[_c('section',{staticClass:\"kb--aside\"},[_c('nav',{staticClass:\"kb--nav\"},[_c('ul',{staticClass:\"kb-nav--list back\"},[_c('li',[_c('router-link',{staticClass:\"link__btn btn__blue\",attrs:{\"to\":{name: 'FaqExperts'}}},[_vm._v(\"Назад\")])],1)])]),_c('form',{staticClass:\"subscribe-form__ask\"},[_c('fieldset',[_c('legend',[_vm._v(\"Задайте свой вопрос эксперту! Ответ будет опубликован на нашем сайте.\")]),_c('router-link',{staticClass:\"link__btn btn__transparent-bg\",attrs:{\"to\":{ name: 'AskQuestionExpert' },\"type\":\"submit\"}},[_vm._v(\"Задать\")])],1)])]),_c('article',{staticClass:\"kb--list faq--article\"},[_c('h3',[_vm._v(_vm._s(_vm.getQuestion.title))]),_c('p',{domProps:{\"innerHTML\":_vm._s(_vm.getQuestion.question)}}),_c('hr',{staticClass:\"hr__blue\"}),_c('br'),_c('h4',[_vm._v(\"Ответ\")]),_c('p',{domProps:{\"innerHTML\":_vm._s(_vm.getQuestion.answer)}})])])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\r\n\t<main class=\"vcc-main vcc-main__kb\">\r\n\t\t<h1 class=\"heading\" hidden>Вопросы-ответы</h1>\r\n\t\t<h2 class=\"heading heading__hr hr__bold\">Вопросы экспертам дорожного хозяйства</h2>\r\n\t\t<section class=\"materials-main\">\r\n\t\t\t<section class=\"kb--aside\">\r\n\t\t\t\t<nav class=\"kb--nav\">\r\n\t\t\t\t\t<ul class=\"kb-nav--list back\">\r\n\t\t\t\t\t\t<li><router-link :to=\"{name: 'FaqExperts'}\" class=\"link__btn btn__blue\">Назад</router-link></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</nav>\r\n\t\t\t\t<form class=\"subscribe-form__ask\">\r\n\t\t\t\t\t<fieldset>\r\n\t\t\t\t\t\t<legend>Задайте свой вопрос эксперту! Ответ будет опубликован на нашем сайте.</legend>\r\n\t\t\t\t\t\t<router-link :to=\"{ name: 'AskQuestionExpert' }\" type=\"submit\" class=\"link__btn btn__transparent-bg\">Задать</router-link>\r\n\t\t\t\t\t</fieldset>\r\n\t\t\t\t</form>\r\n\t\t\t</section>\r\n\t\t\t<article class=\"kb--list faq--article\">\r\n\t\t\t\t<h3>{{getQuestion.title}}</h3>\r\n\t\t\t\t<p v-html=\"getQuestion.question\"></p>\r\n\t\t\t\t<hr class=\"hr__blue\">\r\n\t\t\t\t<br>\r\n\t\t\t\t<h4>Ответ</h4>\r\n\t\t\t\t<p v-html=\"getQuestion.answer\"></p>\r\n\t\t\t</article>\r\n\t\t</section>\r\n\t</main>\r\n</template>\r\n\r\n<script>\r\nimport { mapGetters, mapActions } from 'vuex'\r\nexport default {\r\n\tcomputed: mapGetters(['getQuestion']),\r\n\tmethods: mapActions(['fetchQuestion']),\r\n\tmounted() {\r\n\t\tthis.fetchQuestion(this.$route.params.question)\r\n\t}\r\n\r\n}\r\n</script>\r\n\r\n<style>\r\n\r\n</style>\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./QuestionAndAnswer.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./QuestionAndAnswer.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./QuestionAndAnswer.vue?vue&type=template&id=e80b9794&\"\nimport script from \"./QuestionAndAnswer.vue?vue&type=script&lang=js&\"\nexport * from \"./QuestionAndAnswer.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"],"sourceRoot":""}