exports.ids = [2]; exports.modules = { /***/ 25: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* WEBPACK VAR INJECTION */(function(URL) {/* harmony default export */ __webpack_exports__["a"] = ({ data() { return { avatar: '' }; }, methods: { onChooseFile() { console.dir(this.$refs.file); this.$refs.file.click(); }, onFileChange(e) { const file = e.target.files[0]; if (!file) return; this.avatar = URL.createObjectURL(file); } } }); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(23)["URL"])) /***/ }), /***/ 28: /***/ (function(module, exports, __webpack_require__) { // style-loader: Adds some css to the DOM by adding a