|
| 1 | +/******/ (function(modules) { // webpackBootstrap |
| 2 | +/******/ // The module cache |
| 3 | +/******/ var installedModules = {}; |
| 4 | + |
| 5 | +/******/ // The require function |
| 6 | +/******/ function __webpack_require__(moduleId) { |
| 7 | + |
| 8 | +/******/ // Check if module is in cache |
| 9 | +/******/ if(installedModules[moduleId]) |
| 10 | +/******/ return installedModules[moduleId].exports; |
| 11 | + |
| 12 | +/******/ // Create a new module (and put it into the cache) |
| 13 | +/******/ var module = installedModules[moduleId] = { |
| 14 | +/******/ exports: {}, |
| 15 | +/******/ id: moduleId, |
| 16 | +/******/ loaded: false |
| 17 | +/******/ }; |
| 18 | + |
| 19 | +/******/ // Execute the module function |
| 20 | +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
| 21 | + |
| 22 | +/******/ // Flag the module as loaded |
| 23 | +/******/ module.loaded = true; |
| 24 | + |
| 25 | +/******/ // Return the exports of the module |
| 26 | +/******/ return module.exports; |
| 27 | +/******/ } |
| 28 | + |
| 29 | + |
| 30 | +/******/ // expose the modules object (__webpack_modules__) |
| 31 | +/******/ __webpack_require__.m = modules; |
| 32 | + |
| 33 | +/******/ // expose the module cache |
| 34 | +/******/ __webpack_require__.c = installedModules; |
| 35 | + |
| 36 | +/******/ // __webpack_public_path__ |
| 37 | +/******/ __webpack_require__.p = ""; |
| 38 | + |
| 39 | +/******/ // Load entry module and return exports |
| 40 | +/******/ return __webpack_require__(0); |
| 41 | +/******/ }) |
| 42 | +/************************************************************************/ |
| 43 | +/******/ ([ |
| 44 | +/* 0 */ |
| 45 | +/***/ function(module, exports, __webpack_require__) { |
| 46 | + |
| 47 | + var __vue_exports__, __vue_options__ |
| 48 | + |
| 49 | + /* script */ |
| 50 | + __vue_exports__ = __webpack_require__(1) |
| 51 | + |
| 52 | + /* template */ |
| 53 | + var __vue_template__ = __webpack_require__(6) |
| 54 | + __vue_options__ = __vue_exports__ = __vue_exports__ || {} |
| 55 | + if ( |
| 56 | + typeof __vue_exports__.default === "object" || |
| 57 | + typeof __vue_exports__.default === "function" |
| 58 | + ) { |
| 59 | + if (Object.keys(__vue_exports__).some(function (key) { return key !== "default" && key !== "__esModule" })) {console.error("named exports are not supported in *.vue files.")} |
| 60 | + __vue_options__ = __vue_exports__ = __vue_exports__.default |
| 61 | + } |
| 62 | + if (typeof __vue_options__ === "function") { |
| 63 | + __vue_options__ = __vue_options__.options |
| 64 | + } |
| 65 | + __vue_options__.__file = "/ts-loader/.test/vue/index.vue" |
| 66 | + __vue_options__.render = __vue_template__.render |
| 67 | + __vue_options__.staticRenderFns = __vue_template__.staticRenderFns |
| 68 | + |
| 69 | + /* hot reload */ |
| 70 | + if (false) {(function () { |
| 71 | + var hotAPI = require("vue-hot-reload-api") |
| 72 | + hotAPI.install(require("vue"), false) |
| 73 | + if (!hotAPI.compatible) return |
| 74 | + module.hot.accept() |
| 75 | + if (!module.hot.data) { |
| 76 | + hotAPI.createRecord("data-v-1e83055b", __vue_options__) |
| 77 | + } else { |
| 78 | + hotAPI.reload("data-v-1e83055b", __vue_options__) |
| 79 | + } |
| 80 | + })()} |
| 81 | + if (__vue_options__.functional) {console.error("[vue-loader] index.vue: functional components are not supported and should be defined in plain js files using render functions.")} |
| 82 | + |
| 83 | + module.exports = __vue_exports__ |
| 84 | + |
| 85 | + |
| 86 | +/***/ }, |
| 87 | +/* 1 */ |
| 88 | +/***/ function(module, exports, __webpack_require__) { |
| 89 | + |
| 90 | + // |
| 91 | + "use strict"; |
| 92 | + var component_vue_1 = __webpack_require__(2); |
| 93 | + var helper_1 = __webpack_require__(5); |
| 94 | + exports.__esModule = true; |
| 95 | + exports["default"] = { |
| 96 | + components: { component: component_vue_1["default"] }, |
| 97 | + data: function () { |
| 98 | + return { |
| 99 | + msg: "world" |
| 100 | + }; |
| 101 | + }, |
| 102 | + method: { |
| 103 | + myMethod: helper_1.myMethod |
| 104 | + } |
| 105 | + }; |
| 106 | + |
| 107 | + |
| 108 | +/***/ }, |
| 109 | +/* 2 */ |
| 110 | +/***/ function(module, exports, __webpack_require__) { |
| 111 | + |
| 112 | + var __vue_exports__, __vue_options__ |
| 113 | + |
| 114 | + /* script */ |
| 115 | + __vue_exports__ = __webpack_require__(3) |
| 116 | + |
| 117 | + /* template */ |
| 118 | + var __vue_template__ = __webpack_require__(4) |
| 119 | + __vue_options__ = __vue_exports__ = __vue_exports__ || {} |
| 120 | + if ( |
| 121 | + typeof __vue_exports__.default === "object" || |
| 122 | + typeof __vue_exports__.default === "function" |
| 123 | + ) { |
| 124 | + if (Object.keys(__vue_exports__).some(function (key) { return key !== "default" && key !== "__esModule" })) {console.error("named exports are not supported in *.vue files.")} |
| 125 | + __vue_options__ = __vue_exports__ = __vue_exports__.default |
| 126 | + } |
| 127 | + if (typeof __vue_options__ === "function") { |
| 128 | + __vue_options__ = __vue_options__.options |
| 129 | + } |
| 130 | + __vue_options__.__file = "/ts-loader/.test/vue/component.vue" |
| 131 | + __vue_options__.render = __vue_template__.render |
| 132 | + __vue_options__.staticRenderFns = __vue_template__.staticRenderFns |
| 133 | + |
| 134 | + /* hot reload */ |
| 135 | + if (false) {(function () { |
| 136 | + var hotAPI = require("vue-hot-reload-api") |
| 137 | + hotAPI.install(require("vue"), false) |
| 138 | + if (!hotAPI.compatible) return |
| 139 | + module.hot.accept() |
| 140 | + if (!module.hot.data) { |
| 141 | + hotAPI.createRecord("data-v-6043e8f4", __vue_options__) |
| 142 | + } else { |
| 143 | + hotAPI.reload("data-v-6043e8f4", __vue_options__) |
| 144 | + } |
| 145 | + })()} |
| 146 | + if (__vue_options__.functional) {console.error("[vue-loader] component.vue: functional components are not supported and should be defined in plain js files using render functions.")} |
| 147 | + |
| 148 | + module.exports = __vue_exports__ |
| 149 | + |
| 150 | + |
| 151 | +/***/ }, |
| 152 | +/* 3 */ |
| 153 | +/***/ function(module, exports) { |
| 154 | + |
| 155 | + // |
| 156 | + "use strict"; |
| 157 | + exports.__esModule = true; |
| 158 | + exports["default"] = { |
| 159 | + data: function () { |
| 160 | + return { |
| 161 | + msg: "component" |
| 162 | + }; |
| 163 | + } |
| 164 | + }; |
| 165 | + |
| 166 | + |
| 167 | +/***/ }, |
| 168 | +/* 4 */ |
| 169 | +/***/ function(module, exports, __webpack_require__) { |
| 170 | + |
| 171 | + module.exports={render:function (){with(this) { |
| 172 | + return _h('p', ["Hello from " + _s(msg)]) |
| 173 | + }},staticRenderFns: []} |
| 174 | + if (false) { |
| 175 | + module.hot.accept() |
| 176 | + if (module.hot.data) { |
| 177 | + require("vue-hot-reload-api").rerender("data-v-6043e8f4", module.exports) |
| 178 | + } |
| 179 | + } |
| 180 | + |
| 181 | +/***/ }, |
| 182 | +/* 5 */ |
| 183 | +/***/ function(module, exports) { |
| 184 | + |
| 185 | + "use strict"; |
| 186 | + function myMethod() { |
| 187 | + console.log('from helper!'); |
| 188 | + } |
| 189 | + exports.myMethod = myMethod; |
| 190 | + |
| 191 | + |
| 192 | +/***/ }, |
| 193 | +/* 6 */ |
| 194 | +/***/ function(module, exports, __webpack_require__) { |
| 195 | + |
| 196 | + module.exports={render:function (){with(this) { |
| 197 | + return _h('p', ["hallo " + _s(msg)]) |
| 198 | + }},staticRenderFns: []} |
| 199 | + if (false) { |
| 200 | + module.hot.accept() |
| 201 | + if (module.hot.data) { |
| 202 | + require("vue-hot-reload-api").rerender("data-v-1e83055b", module.exports) |
| 203 | + } |
| 204 | + } |
| 205 | + |
| 206 | +/***/ } |
| 207 | +/******/ ]); |
0 commit comments