|
@@ -1 +1,131 @@
|
|
|
-webpackJsonp([9],{858:function(e,t,i){var a=i(859);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);i(1)("e7cda57c",a,!0,{})},859:function(e,t,i){(e.exports=i(0)(!1)).push([e.i,".page-404[data-v-2d950362]{background-color:#fff;color:#636b6f;font-weight:400;height:100vh;margin:0}.page-404 .full-height[data-v-2d950362]{height:100vh}.page-404 .flex-center[data-v-2d950362]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-404 .position-ref[data-v-2d950362]{position:relative}.page-404 .code[data-v-2d950362]{border-right:2px solid;font-size:26px;padding:0 15px;text-align:center}.page-404 .message[data-v-2d950362]{font-size:18px;padding:10px;text-align:center}",""])},860:function(e,t){e.exports={render:function(){this.$createElement;this._self._c;return this._m(0)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"page-404"},[t("div",{staticClass:"flex-center position-ref full-height"},[t("div",{staticClass:"code"},[this._v("404")]),this._v(" "),t("div",{staticClass:"message"},[this._v("Not Found")])])])}]}},870:function(e,t,i){var a=i(2)(null,i(860),!1,function(e){i(858)},"data-v-2d950362",null);e.exports=a.exports}});
|
|
|
+webpackJsonp([9],{
|
|
|
+
|
|
|
+/***/ 296:
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+var disposed = false
|
|
|
+function injectStyle (ssrContext) {
|
|
|
+ if (disposed) return
|
|
|
+ __webpack_require__(987)
|
|
|
+}
|
|
|
+var normalizeComponent = __webpack_require__(2)
|
|
|
+/* script */
|
|
|
+var __vue_script__ = null
|
|
|
+/* template */
|
|
|
+var __vue_template__ = __webpack_require__(989)
|
|
|
+/* template functional */
|
|
|
+var __vue_template_functional__ = false
|
|
|
+/* styles */
|
|
|
+var __vue_styles__ = injectStyle
|
|
|
+/* scopeId */
|
|
|
+var __vue_scopeId__ = "data-v-e45a6a6e"
|
|
|
+/* moduleIdentifier (server only) */
|
|
|
+var __vue_module_identifier__ = null
|
|
|
+var Component = normalizeComponent(
|
|
|
+ __vue_script__,
|
|
|
+ __vue_template__,
|
|
|
+ __vue_template_functional__,
|
|
|
+ __vue_styles__,
|
|
|
+ __vue_scopeId__,
|
|
|
+ __vue_module_identifier__
|
|
|
+)
|
|
|
+Component.options.__file = "resources/assets/js/main/pages/404.vue"
|
|
|
+
|
|
|
+/* hot reload */
|
|
|
+if (false) {(function () {
|
|
|
+ var hotAPI = require("vue-hot-reload-api")
|
|
|
+ hotAPI.install(require("vue"), false)
|
|
|
+ if (!hotAPI.compatible) return
|
|
|
+ module.hot.accept()
|
|
|
+ if (!module.hot.data) {
|
|
|
+ hotAPI.createRecord("data-v-e45a6a6e", Component.options)
|
|
|
+ } else {
|
|
|
+ hotAPI.reload("data-v-e45a6a6e", Component.options)
|
|
|
+ }
|
|
|
+ module.hot.dispose(function (data) {
|
|
|
+ disposed = true
|
|
|
+ })
|
|
|
+})()}
|
|
|
+
|
|
|
+module.exports = Component.exports
|
|
|
+
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
+/***/ 987:
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
|
+
|
|
|
+// load the styles
|
|
|
+var content = __webpack_require__(988);
|
|
|
+if(typeof content === 'string') content = [[module.i, content, '']];
|
|
|
+if(content.locals) module.exports = content.locals;
|
|
|
+// add the styles to the DOM
|
|
|
+var update = __webpack_require__(1)("2712dff7", content, false, {});
|
|
|
+// Hot Module Replacement
|
|
|
+if(false) {
|
|
|
+ // When the styles change, update the <style> tags
|
|
|
+ if(!content.locals) {
|
|
|
+ module.hot.accept("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-e45a6a6e\",\"scoped\":true,\"hasInlineConfig\":true}!../../../../../node_modules/sass-loader/lib/loader.js!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./404.vue", function() {
|
|
|
+ var newContent = require("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-e45a6a6e\",\"scoped\":true,\"hasInlineConfig\":true}!../../../../../node_modules/sass-loader/lib/loader.js!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./404.vue");
|
|
|
+ if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
|
|
|
+ update(newContent);
|
|
|
+ });
|
|
|
+ }
|
|
|
+ // When the module is disposed, remove the <style> tags
|
|
|
+ module.hot.dispose(function() { update(); });
|
|
|
+}
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
+/***/ 988:
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+exports = module.exports = __webpack_require__(0)(false);
|
|
|
+// imports
|
|
|
+
|
|
|
+
|
|
|
+// module
|
|
|
+exports.push([module.i, "\n.page-404[data-v-e45a6a6e] {\n background-color: #fff;\n color: #636b6f;\n font-weight: 400;\n height: 100vh;\n margin: 0;\n}\n.page-404 .full-height[data-v-e45a6a6e] {\n height: 100vh;\n}\n.page-404 .flex-center[data-v-e45a6a6e] {\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.page-404 .position-ref[data-v-e45a6a6e] {\n position: relative;\n}\n.page-404 .code[data-v-e45a6a6e] {\n border-right: 2px solid;\n font-size: 26px;\n padding: 0 15px 0 15px;\n text-align: center;\n}\n.page-404 .message[data-v-e45a6a6e] {\n font-size: 18px;\n padding: 10px;\n text-align: center;\n}\n", ""]);
|
|
|
+
|
|
|
+// exports
|
|
|
+
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
+/***/ 989:
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+var render = function() {
|
|
|
+ var _vm = this
|
|
|
+ var _h = _vm.$createElement
|
|
|
+ var _c = _vm._self._c || _h
|
|
|
+ return _vm._m(0)
|
|
|
+}
|
|
|
+var staticRenderFns = [
|
|
|
+ function() {
|
|
|
+ var _vm = this
|
|
|
+ var _h = _vm.$createElement
|
|
|
+ var _c = _vm._self._c || _h
|
|
|
+ return _c("div", { staticClass: "page-404" }, [
|
|
|
+ _c("div", { staticClass: "flex-center position-ref full-height" }, [
|
|
|
+ _c("div", { staticClass: "code" }, [_vm._v("404")]),
|
|
|
+ _vm._v(" "),
|
|
|
+ _c("div", { staticClass: "message" }, [_vm._v("Not Found")])
|
|
|
+ ])
|
|
|
+ ])
|
|
|
+ }
|
|
|
+]
|
|
|
+render._withStripped = true
|
|
|
+module.exports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
+if (false) {
|
|
|
+ module.hot.accept()
|
|
|
+ if (module.hot.data) {
|
|
|
+ require("vue-hot-reload-api") .rerender("data-v-e45a6a6e", module.exports)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/***/ })
|
|
|
+
|
|
|
+});
|