mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-15 12:22:49 +00:00
51 lines
1.3 KiB
JavaScript
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;
|
|
},
|
|
},
|
|
]);
|