{"remainingRequest":"/Users/sichen/viewdam/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/sichen/viewdam/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/sichen/viewdam/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/sichen/viewdam/src/page/login/register.vue?vue&type=template&id=b7e71980&scoped=true&","dependencies":[{"path":"/Users/sichen/viewdam/src/page/login/register.vue","mtime":1553597858259},{"path":"/Users/sichen/viewdam/node_modules/cache-loader/dist/cjs.js","mtime":1553498302047},{"path":"/Users/sichen/viewdam/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":1553498303324},{"path":"/Users/sichen/viewdam/node_modules/cache-loader/dist/cjs.js","mtime":1553498302047},{"path":"/Users/sichen/viewdam/node_modules/vue-loader/lib/index.js","mtime":1553498303324},{"path":"/Users/sichen/viewdam/node_modules/cache-loader/dist/cjs.js","mtime":1553498302047},{"path":"/Users/sichen/viewdam/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":1553498303324},{"path":"/Users/sichen/viewdam/node_modules/cache-loader/dist/cjs.js","mtime":1553498302047},{"path":"/Users/sichen/viewdam/node_modules/vue-loader/lib/index.js","mtime":1553498303324}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\n \"a-form\",\n {\n staticClass: \"register\",\n attrs: { form: _vm.form, layout: \"vertical\" },\n on: { submit: _vm.handleSubmit }\n },\n [\n _c(\"a-form-item\", { staticClass: \"title\" }, [\n _c(\"h2\", [_vm._v(\"\\n 欢迎注册\\n \")])\n ]),\n _c(\n \"a-form-item\",\n _vm._b(\n { attrs: { label: \"邮箱\" } },\n \"a-form-item\",\n _vm.formItemLayout,\n false\n ),\n [\n _c(\"a-input\", {\n directives: [\n {\n name: \"decorator\",\n rawName: \"v-decorator\",\n value: [\n \"email\",\n {\n rules: [\n {\n type: \"email\",\n message: \"The input is not valid E-mail!\"\n },\n {\n required: true,\n message: \"Please input your E-mail!\"\n }\n ]\n }\n ],\n expression:\n \"[\\n 'email',\\n {\\n rules: [{\\n type: 'email', message: 'The input is not valid E-mail!',\\n }, {\\n required: true, message: 'Please input your E-mail!',\\n }]\\n }\\n ]\"\n }\n ]\n })\n ],\n 1\n ),\n _c(\n \"a-form-item\",\n _vm._b(\n {\n attrs: {\n label: \"验证码\",\n extra: \"We must make sure that your are a human.\"\n }\n },\n \"a-form-item\",\n _vm.formItemLayout,\n false\n ),\n [\n _c(\n \"a-row\",\n { attrs: { gutter: 8 } },\n [\n _c(\n \"a-col\",\n { attrs: { span: 12 } },\n [\n _c(\"a-input\", {\n directives: [\n {\n name: \"decorator\",\n rawName: \"v-decorator\",\n value: [\n \"captcha\",\n {\n rules: [\n {\n required: true,\n message: \"Please input the captcha you got!\"\n }\n ]\n }\n ],\n expression:\n \"[\\n 'captcha',\\n {rules: [{ required: true, message: 'Please input the captcha you got!' }]}\\n ]\"\n }\n ]\n })\n ],\n 1\n ),\n _c(\n \"a-col\",\n { attrs: { span: 12 } },\n [_c(\"a-button\", [_vm._v(\"Get captcha\")])],\n 1\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"a-form-item\",\n _vm._b(\n { attrs: { label: \"密码\" } },\n \"a-form-item\",\n _vm.formItemLayout,\n false\n ),\n [\n _c(\"a-input\", {\n directives: [\n {\n name: \"decorator\",\n rawName: \"v-decorator\",\n value: [\n \"password\",\n {\n rules: [\n {\n required: true,\n message: \"Please input your password!\"\n },\n {\n validator: _vm.validateToNextPassword\n }\n ]\n }\n ],\n expression:\n \"[\\n 'password',\\n {\\n rules: [{\\n required: true, message: 'Please input your password!',\\n }, {\\n validator: validateToNextPassword,\\n }],\\n }\\n ]\"\n }\n ],\n attrs: { type: \"password\" }\n })\n ],\n 1\n ),\n _c(\n \"a-form-item\",\n _vm._b(\n { attrs: { label: \"重复密码\" } },\n \"a-form-item\",\n _vm.formItemLayout,\n false\n ),\n [\n _c(\"a-input\", {\n directives: [\n {\n name: \"decorator\",\n rawName: \"v-decorator\",\n value: [\n \"confirm\",\n {\n rules: [\n {\n required: true,\n message: \"Please confirm your password!\"\n },\n {\n validator: _vm.compareToFirstPassword\n }\n ]\n }\n ],\n expression:\n \"[\\n 'confirm',\\n {\\n rules: [{\\n required: true, message: 'Please confirm your password!',\\n }, {\\n validator: compareToFirstPassword,\\n }],\\n }\\n ]\"\n }\n ],\n attrs: { type: \"password\" },\n on: { blur: _vm.handleConfirmBlur }\n })\n ],\n 1\n ),\n _c(\n \"a-form-item\",\n _vm._b({}, \"a-form-item\", _vm.tailFormItemLayout, false),\n [\n _c(\n \"a-row\",\n {\n attrs: {\n align: \"middle\",\n type: \"flex\",\n justify: \"start\",\n gutter: 20\n }\n },\n [\n _c(\n \"a-col\",\n [\n _c(\n \"a-button\",\n { attrs: { type: \"primary\", \"html-type\": \"submit\" } },\n [_vm._v(\"\\n 注册\\n \")]\n )\n ],\n 1\n ),\n _c(\n \"a-col\",\n [\n _vm._v(\"\\n 已有账号?\\n \"),\n _c(\"router-link\", { attrs: { to: \"logding\" } }, [\n _vm._v(\"现在登录!\")\n ])\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"a-modal\",\n {\n attrs: {\n title: \"Basic Modal\",\n okButtonProps: _vm.okButtonProps,\n maskClosable: false\n },\n on: { ok: _vm.handleOk },\n model: {\n value: _vm.visible,\n callback: function($$v) {\n _vm.visible = $$v\n },\n expression: \"visible\"\n }\n },\n [\n _c(\n \"div\",\n { staticClass: \"icon-wrapper\" },\n [\n _c(\"a-slider\", {\n attrs: { tipFormatter: null },\n on: { afterChange: _vm.onAfterChange }\n }),\n _c(\"a-icon\", {\n style: { color: _vm.nextColor },\n attrs: { type: _vm.icon }\n })\n ],\n 1\n )\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}