| 1 |
- {"remainingRequest":"D:\\front\\item\\zyAdmin\\node_modules\\babel-loader\\lib\\index.js!D:\\front\\item\\zyAdmin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\front\\item\\zyAdmin\\src\\pages\\product\\productAdd\\components\\ProductDetail.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\front\\item\\zyAdmin\\src\\pages\\product\\productAdd\\components\\ProductDetail.vue","mtime":1761614939048},{"path":"D:\\front\\item\\zyAdmin\\babel.config.js","mtime":1761614925168},{"path":"D:\\front\\item\\zyAdmin\\.babelrc","mtime":1761614925165},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1761614927801},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\babel-loader\\lib\\index.js","mtime":1761614927320},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1761614927801},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\index.js","mtime":1761614937402}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:aW1wb3J0IFdhbmdFZGl0b3IgZnJvbSAnQC9jb21wb25lbnRzL3dhbmdFZGl0b3IvaW5kZXgudnVlJzsKZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICdQcm9kdWN0RGV0YWlsJywKICBjb21wb25lbnRzOiB7CiAgICBXYW5nRWRpdG9yOiBXYW5nRWRpdG9yCiAgfSwKICBwcm9wczogewogICAgY29udGVudHM6IHsKICAgICAgdHlwZTogU3RyaW5nLAogICAgICByZXF1aXJlZDogdHJ1ZQogICAgfSwKICAgIGNvbnRlbnQ6IHsKICAgICAgdHlwZTogU3RyaW5nLAogICAgICByZXF1aXJlZDogdHJ1ZQogICAgfQogIH0sCiAgbWV0aG9kczogewogICAgZ2V0RWRpdG9yQ29udGVudDogZnVuY3Rpb24gZ2V0RWRpdG9yQ29udGVudCh2YWwpIHsKICAgICAgdGhpcy4kZW1pdCgnZ2V0RWRpdG9yQ29udGVudCcsIHZhbCk7CiAgICB9CiAgfQp9Ow=="},{"version":3,"names":["WangEditor","name","components","props","contents","type","String","required","content","methods","getEditorContent","val","$emit"],"sources":["src/pages/product/productAdd/components/ProductDetail.vue"],"sourcesContent":["<template>\r\n <!-- 商品详情 -->\r\n <el-row>\r\n <el-col :span=\"16\">\r\n <el-form-item label=\"商品详情:\">\r\n <WangEditor style=\"width: 100%\" :content=\"contents\" @editorContent=\"getEditorContent\"></WangEditor>\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"6\" style=\"width: 33%\">\r\n <div class=\"ifam\">\r\n <div class=\"content\" v-html=\"content\"></div>\r\n </div>\r\n </el-col>\r\n </el-row>\r\n</template>\r\n\r\n<script>\r\nimport WangEditor from '@/components/wangEditor/index.vue';\r\n\r\nexport default {\r\n name: 'ProductDetail',\r\n components: {\r\n WangEditor,\r\n },\r\n props: {\r\n contents: {\r\n type: String,\r\n required: true,\r\n },\r\n content: {\r\n type: String,\r\n required: true,\r\n },\r\n },\r\n methods: {\r\n getEditorContent(val) {\r\n this.$emit('getEditorContent', val);\r\n },\r\n },\r\n};\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n@use '../productAdd.scss' as *;\r\n</style>\r\n"],"mappings":"AAiBA,OAAAA,UAAA;AAEA;EACAC,IAAA;EACAC,UAAA;IACAF,UAAA,EAAAA;EACA;EACAG,KAAA;IACAC,QAAA;MACAC,IAAA,EAAAC,MAAA;MACAC,QAAA;IACA;IACAC,OAAA;MACAH,IAAA,EAAAC,MAAA;MACAC,QAAA;IACA;EACA;EACAE,OAAA;IACAC,gBAAA,WAAAA,iBAAAC,GAAA;MACA,KAAAC,KAAA,qBAAAD,GAAA;IACA;EACA;AACA","ignoreList":[]}]}
|