h5-Dooring/doc-dist/assets/js/18.e7ced042.js
2021-05-08 00:34:13 +08:00

51 lines
1.3 KiB
JavaScript

(window.webpackJsonp = window.webpackJsonp || []).push([
[18],
{
378: function(t, e, s) {
'use strict';
s.r(e);
var n = [
"There's nothing here.",
'How did we get here?',
"That's a Four-Oh-Four.",
"Looks like we've got some broken links.",
],
o = {
methods: {
getMsg: function() {
return n[Math.floor(Math.random() * n.length)];
},
},
},
i = s(42),
h = Object(i.a)(
o,
function() {
var t = this.$createElement,
e = this._self._c || t;
return e('div', { staticClass: 'theme-container' }, [
e(
'div',
{ staticClass: 'theme-default-content' },
[
e('h1', [this._v('404')]),
this._v(' '),
e('blockquote', [this._v(this._s(this.getMsg()))]),
this._v(' '),
e('RouterLink', { attrs: { to: '/' } }, [this._v('\n Take me home.\n ')]),
],
1,
),
]);
},
[],
!1,
null,
null,
null,
);
e.default = h.exports;
},
},
]);