1 |
- {"version":3,"sources":["webpack:///./plugins/bus.js","webpack:///./components/DownloadDialog.vue?e565","webpack:///./components/DownloadDialog.vue?4416","webpack:///./components/DownloadDialog.vue","webpack:///./components/DownloadDialog.vue?644d","webpack:///./components/DownloadDialog.vue?7cfb"],"names":["Vue","module","exports","props","visible","type","Boolean","default","data","downloading","mounted","_this","Bus","$on","beforeDestroy","$off","methods","handleDownload","this","$emit","handleSend","handleClose","component","_vm","_c","_self","attrs","on","$event","staticClass","_v","slot"],"mappings":"2FAAA,WACe,QAAIA,S,sBCAnBC,EAAOC,QAAU,CAAC,C,mCCDlB,M,0CCAA,I,SCA2P,EDE5O,CACbC,MAAO,CACLC,QAAS,CACPC,KAAMC,QACNC,SAAS,IAGbC,KAAI,WACF,MAAO,CACLC,aAAY,EAEhB,EACAC,QAAO,WAAE,IAAAC,EAAA,KACPC,IAAIC,IAAI,kBAAkB,SAAAL,MAAQG,EAAKF,aAAY,CAAM,GAC3D,EACAK,cAAa,WAETF,IAAIG,KAAK,iBACX,EACFC,QAAS,CACPC,eAAc,WACZC,KAAKT,aAAY,EACjBG,IAAIO,MAAM,eACZ,EAEAC,WAAU,WACRF,KAAKC,MAAM,aACb,EACAE,YAAW,WACTH,KAAKC,MAAM,kBAAkB,EAC/B,I,iBExBAG,UAAY,YACd,GFTW,WAAkB,IAAIC,EAAI,KAAKC,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,YAAY,CAACE,MAAM,CAAC,eAAc,EAAM,MAAQ,gBAAgB,QAAUH,EAAInB,QAAQ,MAAQ,QAAQ,eAAemB,EAAIF,YAAY,cAAa,EAAM,OAAS,GAAG,IAAM,KAAKM,GAAG,CAAC,iBAAiB,SAASC,GAAQL,EAAInB,QAAQwB,CAAM,IAAI,CAACJ,EAAG,MAAM,CAACK,YAAY,WAAW,CAACN,EAAIO,GAAG,6CAA6CP,EAAIO,GAAG,KAAKN,EAAG,MAAM,CAACK,YAAY,gBAAgBH,MAAM,CAAC,KAAO,UAAUK,KAAK,UAAU,CAACP,EAAG,YAAY,CAACE,MAAM,CAAC,KAAO,SAAS,QAAUH,EAAId,aAAakB,GAAG,CAAC,MAAQJ,EAAIN,iBAAiB,CAACM,EAAIO,GAAG,cAAcP,EAAIO,GAAG,KAAKN,EAAG,YAAY,CAACE,MAAM,CAAC,KAAO,UAAUC,GAAG,CAAC,MAAQJ,EAAIH,aAAa,CAACG,EAAIO,GAAG,eAAeP,EAAIO,GAAG,KAAKN,EAAG,YAAY,CAACE,MAAM,CAAC,KAAO,SAAS,MAAQ,IAAIC,GAAG,CAAC,MAAQJ,EAAIF,cAAc,CAACE,EAAIO,GAAG,aAAa,IACrzB,GACsB,IEUpB,EACA,KACA,WACA,MAIa,UAAAR,U","file":"26c36e0.js","sourcesContent":["import Vue from \"vue\"\nexport default new Vue()","// extracted by extract-css-chunks-webpack-plugin\nmodule.exports = {};","export * from \"-!../node_modules/extract-css-chunks-webpack-plugin/dist/loader.js??ref--7-oneOf-1-0!../node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/dist/cjs.js??ref--7-oneOf-1-2!../node_modules/sass-loader/dist/cjs.js??ref--7-oneOf-1-3!../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./DownloadDialog.vue?vue&type=style&index=0&id=b2eaa3aa&prod&lang=scss&scoped=true\"","\nimport Bus from \"@/plugins/bus.js\";\nexport default {\n props: {\n visible: {\n type: Boolean,\n default: false,\n },\n },\n data() {\n return {\n downloading:false\n }\n },\n mounted(){\n Bus.$on(\"finishDownload\", data=> {this.downloading=false;})\n },\n beforeDestroy(){\n // 取消监听\n Bus.$off(\"finishDownload\")\n },\n methods: {\n handleDownload() {\n this.downloading=true;\n Bus.$emit(\"sendDownload\");\n },\n \n handleSend() {\n this.$emit(\"handleSend\");\n },\n handleClose() {\n this.$emit(\"update:visible\", false);\n },\n },\n};\n","import mod from \"-!../node_modules/babel-loader/lib/index.js??ref--2-0!../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./DownloadDialog.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../node_modules/babel-loader/lib/index.js??ref--2-0!../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./DownloadDialog.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./DownloadDialog.vue?vue&type=template&id=b2eaa3aa&scoped=true\"\nimport script from \"./DownloadDialog.vue?vue&type=script&lang=js\"\nexport * from \"./DownloadDialog.vue?vue&type=script&lang=js\"\nimport style0 from \"./DownloadDialog.vue?vue&type=style&index=0&id=b2eaa3aa&prod&lang=scss&scoped=true\"\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 \"b2eaa3aa\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}
|