|
|
@@ -0,0 +1,51 @@
|
|
|
+/*!
|
|
|
+ * Vue.js v2.5.22
|
|
|
+ * (c) 2014-2019 Evan You
|
|
|
+ * Released under the MIT License.
|
|
|
+ */
|
|
|
+
|
|
|
+/*!
|
|
|
+ * vue-router v3.0.2
|
|
|
+ * (c) 2018 Evan You
|
|
|
+ * @license MIT
|
|
|
+ */
|
|
|
+
|
|
|
+/**
|
|
|
+ * vue-meta v1.5.8
|
|
|
+ * (c) 2018 Declan de Wet & Sébastien Chopin (@Atinux)
|
|
|
+ * @license MIT
|
|
|
+ */
|
|
|
+
|
|
|
+/*
|
|
|
+ object-assign
|
|
|
+ (c) Sindre Sorhus
|
|
|
+ @license MIT
|
|
|
+ */
|
|
|
+
|
|
|
+/*!
|
|
|
+ * Determine if an object is a Buffer
|
|
|
+ *
|
|
|
+ * @author Feross Aboukhadijeh <https://feross.org>
|
|
|
+ * @license MIT
|
|
|
+ */
|
|
|
+
|
|
|
+/*!
|
|
|
+ * vue-no-ssr v1.1.1
|
|
|
+ * (c) 2018-present egoist <0x142857@gmail.com>
|
|
|
+ * Released under the MIT License.
|
|
|
+ */
|
|
|
+
|
|
|
+/**
|
|
|
+ * Checks if an event is supported in the current execution environment.
|
|
|
+ *
|
|
|
+ * NOTE: This will not work correctly for non-generic events such as `change`,
|
|
|
+ * `reset`, `load`, `error`, and `select`.
|
|
|
+ *
|
|
|
+ * Borrows from Modernizr.
|
|
|
+ *
|
|
|
+ * @param {string} eventNameSuffix Event name, e.g. "click".
|
|
|
+ * @param {?boolean} capture Check if the capture phase is supported.
|
|
|
+ * @return {boolean} True if the event is supported.
|
|
|
+ * @internal
|
|
|
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
|
+ */
|