{"remainingRequest":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js!D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\源码\\vue-element-admin-master\\src\\views\\profile\\components\\Account.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\源码\\vue-element-admin-master\\src\\views\\profile\\components\\Account.vue","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\babel.config.js","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIHByb3BzOiB7CiAgICB1c2VyOiB7CiAgICAgIHR5cGU6IE9iamVjdCwKICAgICAgZGVmYXVsdDogZnVuY3Rpb24gX2RlZmF1bHQoKSB7CiAgICAgICAgcmV0dXJuIHsKICAgICAgICAgIG5hbWU6ICcnLAogICAgICAgICAgZW1haWw6ICcnCiAgICAgICAgfTsKICAgICAgfQogICAgfQogIH0sCiAgbWV0aG9kczogewogICAgc3VibWl0OiBmdW5jdGlvbiBzdWJtaXQoKSB7CiAgICAgIHRoaXMuJG1lc3NhZ2UoewogICAgICAgIG1lc3NhZ2U6ICdVc2VyIGluZm9ybWF0aW9uIGhhcyBiZWVuIHVwZGF0ZWQgc3VjY2Vzc2Z1bGx5JywKICAgICAgICB0eXBlOiAnc3VjY2VzcycsCiAgICAgICAgZHVyYXRpb246IDUgKiAxMDAwCiAgICAgIH0pOwogICAgfQogIH0KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;AAeA;EACAA;IACAC;MACAC,YADA;MAEAC;QACA;UACAC,QADA;UAEAC;QAFA;MAIA;IAPA;EADA,CADA;EAYAC;IACAC,MADA,oBACA;MACA;QACAC,yDADA;QAEAN,eAFA;QAGAO;MAHA;IAKA;EAPA;AAZA","names":["props","user","type","default","name","email","methods","submit","message","duration"],"sourceRoot":"src/views/profile/components","sources":["Account.vue"],"sourcesContent":["<template>\n <el-form>\n <el-form-item label=\"Name\">\n <el-input v-model.trim=\"user.name\" />\n </el-form-item>\n <el-form-item label=\"Email\">\n <el-input v-model.trim=\"user.email\" />\n </el-form-item>\n <el-form-item>\n <el-button type=\"primary\" @click=\"submit\">Update</el-button>\n </el-form-item>\n </el-form>\n</template>\n\n<script>\nexport default {\n props: {\n user: {\n type: Object,\n default: () => {\n return {\n name: '',\n email: ''\n }\n }\n }\n },\n methods: {\n submit() {\n this.$message({\n message: 'User information has been updated successfully',\n type: 'success',\n duration: 5 * 1000\n })\n }\n }\n}\n</script>\n"]}]}
|