Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.20 KB | None | 0 0
  1. app.js:43024 Test
  2. app.js:1774 [Vue warn]: Error compiling template:
  3.  
  4. <div id="app">
  5. <nav class="navbar navbar-default navbar-static-top" style="margin-bottom: 0px">
  6. <div class="container" style="text-align: center">
  7.  
  8. <div class="main-header" role="navigation">
  9. <div class="container-fluid">
  10. <div class="navbar-header">
  11. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#moje-menu">
  12. <span class="sr-only">Nawigacja</span>
  13. <span class="icon-bar"></span>
  14. <span class="icon-bar"></span>
  15. <span class="icon-bar"></span>
  16. </button>
  17. <div id="logo" style="margin-top: 10px;">
  18. <a href="/">
  19. <h3><span class="glyphicon glyphicon-home"></span>&nbsp; &nbsp; <b style="color: #F35D3B;">MyLIDAM</b> &nbsp; |
  20. Twój Portal do zarabiania w sieci
  21. </h3>
  22. </a>
  23. </div>
  24. </div>
  25. <div class="collapse navbar-collapse" id="moje-menu">
  26. <ul class="nav navbar-nav navbar-right" id="ul_nawigacja">
  27. <li id="fake-nav"><a href="#login" data-toggle="modal" data-target="#login-modal" @click="open('login', $event)">
  28. <span class="glyphicon glyphicon-log-in"></span> Zaloguj się</a></li>
  29.  
  30.  
  31. </ul>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36.  
  37.  
  38.  
  39. </nav>
  40. <div class="row">
  41.  
  42. <!--###############################-->
  43.  
  44. <!--Carousel ######################-->
  45.  
  46. <!--###############################-->
  47. <style>
  48. .item{
  49. height: 760px;
  50. }
  51. </style>
  52. <div id="pokaz-slajdow" class="carousel slide lazy" data-ride="carousel">
  53.  
  54. <ol class="carousel-indicators">
  55.  
  56. <li data-target="#pokaz-slajdow" data-slide-to="0" class="active"></li>
  57.  
  58. <li data-target="#pokaz-slajdow" data-slide-to="1"></li>
  59.  
  60. <li data-target="#pokaz-slajdow" data-slide-to="2"></li>
  61.  
  62. </ol>
  63.  
  64. <div class="carousel-inner">
  65.  
  66. <div class="item active">
  67.  
  68. <img src="images/carousel/1.webp" alt="" class="img-responsive">
  69.  
  70. <div class="carousel-caption">
  71.  
  72. <h1>Stwórz własny Portal<br> do zarabiania w sieci</h1>
  73.  
  74. <p>Zajmie Ci to tylko 60 sekund, a obsługą zajmiemy się my </p>
  75.  
  76. </div>
  77.  
  78. </div>
  79.  
  80. <div class="item">
  81.  
  82. <img data-src="images/carousel/22a.jpg" alt="" class="img-responsive">
  83.  
  84. <div class="carousel-caption">
  85.  
  86. <h1>Zarobki i Zajęcie <br> dla każdego </h1>
  87.  
  88. <p>Bez wychodzenia z domu, bez nakładu czasu, zawsze bezpłatnie </p>
  89.  
  90. </div>
  91.  
  92. </div>
  93.  
  94. <div class="item">
  95.  
  96. <img data-src="images/carousel/3set.jpeg" alt="" class="img-responsive">
  97.  
  98. <div class="carousel-caption">
  99.  
  100.  
  101.  
  102. <h1>Zarejestruj się teraz </h1>
  103.  
  104. <p>Sprawdź ile możesz zarobić już dziś</p>
  105.  
  106. </div>
  107.  
  108. </div>
  109.  
  110. </div>
  111.  
  112.  
  113. <div id="form" class="col-lg-3 col-sm-3 col-md-3">
  114. <form class="form-horizontal" id="register-container">
  115. <div class="form-group">
  116. <h3 style="color: #fff;"><span class="glyphicon glyphicon-user"> </span>&nbsp; Szybka Rejestracja</h3>
  117. </div>
  118. <div class="alert alert-danger col-lg-12" v-if="error" v-text="registerError"></div>
  119. <div class="alert alert-success" v-if="success" v-text="successText"></div>
  120. <div class="form-group">
  121. <div class="">
  122. <input id="name" type="name" v-model="registerName" placeholder="Podaj imie" class="form-control" name="name" value="" required="">
  123.  
  124. </div>
  125. </div>
  126.  
  127. <div class="form-group">
  128. <div class="">
  129. <input id="email" type="email" v-model="registerEmail" placeholder="Podaj adres e-mail" class="form-control" name="email" value="" required="">
  130. </div>
  131. </div>
  132. <div class="form-group">
  133. <div class="">
  134. <input type="password" v-model="registerPassword" style="margin-bottom: 0px" placeholder="Podaj hasło" class="form-control" name="password" value="" required="">
  135. </div>
  136. </div>
  137. <div class="form-group">
  138. <div class="">
  139. <input id="password-confirm" v-model="passwordConfirmation" style="margin-bottom: 0px" type="password" placeholder="Powtórz hasło" class="form-control" name="password-confirm" value="" required="">
  140. </div>
  141. </div>
  142.  
  143.  
  144.  
  145. <!--<div class="form-group">
  146. <div class="col-sm-6 col-lg-12">
  147. <label><input type="checkbox" id="pwd"> Zaakceptuj regulamin</label>
  148. </div>
  149. </div>-->
  150.  
  151. <div class="form-group">
  152. <div class="prime-button">
  153.  
  154. <button-spinner :isloading="isLoading" :disabled="isLoading" :status="status">
  155. </button-spinner>
  156. <input type="submit" :disabled="submitted" :class="{ 'disabled': submitted == true }" @click="submit('register', $event)" v-model="registerSubmit" id="registerSubmit" style="width: 100%; height: 40px">
  157. </div>
  158.  
  159. </div>
  160. </form>
  161. </div>
  162.  
  163. <button-spinner :isloading="isLoading" :disabled="isLoading" :status="status"> <input type="submit" :disabled="submitted" :class="{ 'disabled': submitted == true }" @click="submit('register', $event)" v-model="registerSubmit" id="registerSubmit" style="width: 100%; height: 40px">
  164. </button-spinner>
  165.  
  166. </div>
  167.  
  168. </div>
  169.  
  170. <script>
  171. $(document).ready(function () {
  172.  
  173. $('.carousel.lazy').bind('slide.bs.carousel', function (e) {
  174. var image = $(e.relatedTarget).find('img[data-src]');
  175. image.attr('src', image.data('src'));
  176. image.removeAttr('data-src');
  177. });
  178. });
  179. </script>
  180.  
  181.  
  182. <!--*********************
  183.  
  184. formularz
  185.  
  186. ************************-->
  187.  
  188.  
  189.  
  190.  
  191.  
  192. <!--###############################-->
  193.  
  194. <!--NOWOŚCI #######################-->
  195.  
  196. <!--###############################-->
  197.  
  198. <section id="nowosci">
  199.  
  200. <div class="container">
  201.  
  202. <div class="row">
  203.  
  204. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  205.  
  206. <h2><span class="naglowek_czerwony">W jaki sposób zarabiasz na swoim portalu</span> przykłady</h2>
  207.  
  208. <h4>Klienci otrzymują przygotowany zestaw ofert, zniżek i kuponów dzięki czemu Oni oszczędzają, a Ty zgarniasz prowizję</h4>
  209.  
  210. </div>
  211.  
  212. </div>
  213.  
  214. <div class="row">
  215.  
  216. <div class="panel-group" id="menu_harmonijkowe">
  217.  
  218. <!-- nowosci element 1a -->
  219.  
  220. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 panel nowosci_panel">
  221.  
  222. <div class="panel-heading">
  223.  
  224. <a href="#nowosci01" data-toggle="collapse" data-parent="#menu_harmonijkowe">
  225.  
  226. <h3>Zniżki i kody rabatowe</h3>
  227.  
  228. <h5>Kupony Rabatowe • Zniżki • Sklepy Online • zobacz więcej <span class="glyphicon glyphicon-chevron-right"></span></h5>
  229.  
  230. </a>
  231.  
  232. </div>
  233.  
  234. <div id="nowosci01" class="panel-collapse collapse">
  235.  
  236. <div class="panel-body">
  237.  
  238. Codziennie tysiące klientów przeszukuje internet w poszukiwaniu zniżek i kuponów rabatowych do sklepów online takich jak między innymi: Zalando, Tchibo, Sephora, Empik, czy MediaMarkt lub Saturn. Ty masz na swoim Portalu tysiące aktualnych najpopularniejszych zniżek i kuponów, dzięki temu klienci oszczędzają na zakupach w sieci a prowizję ze od sklepów od każdego zakupu zbierasz TY.
  239.  
  240. </div>
  241.  
  242. </div>
  243.  
  244. </div>
  245.  
  246.  
  247.  
  248. <!-- nowosci element 1 -->
  249.  
  250. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 panel nowosci_panel">
  251.  
  252. <div class="panel-heading">
  253.  
  254. <a href="#nowosci01" data-toggle="collapse" data-parent="#menu_harmonijkowe">
  255.  
  256. <h3>Kredyty</h3>
  257.  
  258. <h5>Gotówka • Hipoteka • Kredyt Firmowy • zobacz więcej <span class="glyphicon glyphicon-chevron-right"></span></h5>
  259.  
  260. </a>
  261.  
  262. </div>
  263.  
  264. <div id="nowosci01" class="panel-collapse collapse">
  265.  
  266. <div class="panel-body">
  267.  
  268. Nie jesteś agentem jakiegoś banku i nie musisz nachalnie oferować kredytu znajomym czy rodzinie żeby zarobić pieniądze. Ale jeżeli ktoś w twoim otoczeniu, jest akurat zainteresowany tego typu produktem, to możesz łatwo pomóc w wyborze i na tym zarobić ? Wystarczy, że wypełnisz prosty formularz z jego danymi i prowizja sięgająca wielu tysięcy złotych może być twoja jeżeli zostanie dokonana transakcja za pośrednictwem Lidam.
  269.  
  270. </div>
  271.  
  272. </div>
  273.  
  274. </div>
  275.  
  276. <!-- nowosci element 2 -->
  277.  
  278. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 panel nowosci_panel">
  279.  
  280. <div class="panel-heading">
  281.  
  282. <a href="#nowosci02" data-toggle="collapse" data-parent="#menu_harmonijkowe">
  283.  
  284. <h3>Ubezpieczenia</h3>
  285.  
  286. <h5>Samochód OC/AC • Dom/Mieszkanie • Na życie • zobacz więcej <span class="glyphicon glyphicon-chevron-right"></span></h5>
  287.  
  288. </a>
  289.  
  290. </div>
  291.  
  292. <div id="nowosci02" class="panel-collapse collapse">
  293.  
  294. <div class="panel-body">
  295.  
  296. Nie jesteś agentem żadnego towarzystwa, zatem nie jesteś zmuszony zamęczać otoczenia produktami jakiegoś kontratnego ubezpieczyciela. Każdy z nas ma w swoim otoczeniu dziesiątki jeśli nie setki osób które mają samochody, które i tak co roku muszą ubezpieczać - to samo z mieszkaniami. Ty możesz w prosty sposób właśnie pomóc takiej osobie przekazując jej dane do wyliczenia. Jeśli oferta będzie lepsza to kolega może zaoszczędzić a Ty możesz zarobić prowizję.
  297.  
  298. </div>
  299.  
  300. </div>
  301.  
  302. </div>
  303.  
  304.  
  305.  
  306. <!-- nowosci element 3 -->
  307.  
  308. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 panel nowosci_panel">
  309.  
  310. <div class="panel-heading">
  311.  
  312. <a href="#nowosci03" data-toggle="collapse" data-parent="#menu_harmonijkowe">
  313.  
  314. <h3>Pożyczki PozaBankowe</h3>
  315.  
  316. <h5>Chwilówki • Pożyczki gotówkowe • Pożyczki ratalne • zobacz więcej <span class="glyphicon glyphicon-chevron-right"></span></h5>
  317.  
  318. </a>
  319.  
  320. </div>
  321.  
  322. <div id="nowosci03" class="panel-collapse collapse">
  323.  
  324. <div class="panel-body">
  325.  
  326. Miliony Polaków korzysta z łatwych i bardzo często darmowych pożyczek typu chwilówki czy pożyczki ratalne. Być może nie wiedziałeś, że wiele z tego typu ofert jest naprawdę darmowych i stanowi o wiele tańszą alternatywę dla standartowych kredytów bankowych. Ponadto procedury przyznawania są szybsze i mniej rygorystyczne niż w bankach, dlatego możesz autentycznie pomóc komuś ze swoich znajomych podpowiadając mu tańszą i szybszą drogę do gotówki na remont, korepetycje czy zabiegi upiększające.
  327.  
  328. </div>
  329.  
  330. </div>
  331.  
  332. </div>
  333.  
  334. <div class="container">
  335.  
  336. <div class="row">
  337.  
  338. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  339.  
  340. <a href="#" class="btn btn-success btn-lg">zobacz wszystkie produkty</a>
  341.  
  342. </div>
  343.  
  344. </div>
  345.  
  346. </div>
  347.  
  348. </div>
  349.  
  350. </div>
  351.  
  352. </div>
  353.  
  354. </section>
  355.  
  356.  
  357.  
  358. <!--###############################-->
  359.  
  360. <!--O NAS #########################-->
  361.  
  362. <!--###############################-->
  363.  
  364. <hr>
  365.  
  366. <section id="onas">
  367.  
  368. <div class="container">
  369.  
  370. <div class="row">
  371.  
  372. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 onas_naglowek">
  373.  
  374. <h2>Pomagamy zarabiać tym, <strong>którzy chcą zarabiać</strong></h2>
  375.  
  376. <h4>Dostarczaj najlepsze produkty tym, którzy właśnie ich szukają</h4>
  377.  
  378. </div>
  379.  
  380. </div>
  381.  
  382. <div class="row">
  383.  
  384. <div class="col-sm-4 col-md-4 col-lg-4">
  385.  
  386. <div class="thumbnail">
  387.  
  388.  
  389.  
  390. <img src="uploads/icons/mail.png" class="img-responsive" alt="">
  391.  
  392. <h3>Produkty</h3>
  393.  
  394. <p>Oferujesz produkty w tak szerokiej gamie jak nikt wokół</p>
  395.  
  396.  
  397.  
  398. </div>
  399.  
  400. </div>
  401.  
  402. <div class="col-sm-4 col-md-4 col-lg-4">
  403.  
  404. <div class="thumbnail">
  405.  
  406.  
  407.  
  408. <img src="uploads/icons/map.png" class="img-responsive" alt="">
  409.  
  410. <h3>Prowizje</h3>
  411.  
  412. <p>Otrzymujesz na start prowizje wyższe niż standartowi pośrednicy </p>
  413.  
  414. </div>
  415.  
  416. </div>
  417.  
  418. <div class="col-sm-4 col-md-4 col-lg-4">
  419.  
  420. <div class="thumbnail">
  421.  
  422. <img src="uploads/icons/watches.png" class="img-responsive" alt="">
  423.  
  424. <h3>Czas</h3>
  425.  
  426. <p>Nie tracisz czasu i pieniędzy na zdobywaniu licjencji </p>
  427.  
  428. </div>
  429.  
  430. </div>
  431.  
  432. </div>
  433.  
  434. </div>
  435.  
  436. </section>
  437.  
  438.  
  439.  
  440. <!--###############################-->
  441.  
  442. <!--FIRMA W LICZBACH ##############-->
  443.  
  444. <!--###############################-->
  445.  
  446. <section id="liczby">
  447.  
  448. <div class="container">
  449.  
  450. <div class="row">
  451.  
  452. <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3">
  453.  
  454. <h3>Oferta w liczbach:
  455.  
  456. <br>Sam oceń</h3>
  457.  
  458. </div>
  459.  
  460. <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3">
  461.  
  462. <div class="liczby_kafelek">
  463.  
  464. <h1>17</h1>
  465.  
  466. <h5>Kategorii Produktów</h5>
  467.  
  468. </div>
  469.  
  470. </div>
  471.  
  472. <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3">
  473.  
  474. <div class="liczby_kafelek">
  475.  
  476. <h1>48</h1>
  477.  
  478. <h5>Partnerów Produktowych</h5>
  479.  
  480. </div>
  481.  
  482. </div>
  483.  
  484. <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3">
  485.  
  486. <div class="liczby_kafelek">
  487.  
  488. <h1>8325</h1>
  489.  
  490. <h5>Zrealizowanych Transakcji</h5>
  491.  
  492. </div>
  493.  
  494. </div>
  495.  
  496. </div>
  497.  
  498. </div>
  499.  
  500. </section>
  501.  
  502. </div>
  503.  
  504. - Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <style>, as they will not be parsed.
  505. - Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
  506.  
  507.  
  508. (found in <Root>)
  509. warn @ app.js:1774
  510. compileToFunctions @ app.js:11664
  511. Vue$3.$mount @ app.js:11852
  512. Vue._init @ app.js:5723
  513. Vue$3 @ app.js:5808
  514. (anonymous) @ app.js:983
  515. __webpack_require__ @ app.js:20
  516. Object.defineProperty.value @ app.js:965
  517. __webpack_require__ @ app.js:20
  518. (anonymous) @ app.js:63
  519. (anonymous) @ app.js:66
  520. app.js:1774 [Vue warn]: Property or method "error" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  521.  
  522. (found in <Root>)
  523. warn @ app.js:1774
  524. warnNonPresent @ app.js:3054
  525. has @ app.js:3088
  526. (anonymous) @ VM21751:2
  527. Vue._render @ app.js:5627
  528. updateComponent @ app.js:3941
  529. get @ app.js:4284
  530. Watcher @ app.js:4273
  531. mountComponent @ app.js:3945
  532. Vue$3.$mount @ app.js:9531
  533. Vue$3.$mount @ app.js:11870
  534. Vue._init @ app.js:5723
  535. Vue$3 @ app.js:5808
  536. (anonymous) @ app.js:983
  537. __webpack_require__ @ app.js:20
  538. Object.defineProperty.value @ app.js:965
  539. __webpack_require__ @ app.js:20
  540. (anonymous) @ app.js:63
  541. (anonymous) @ app.js:66
  542. app.js:1774 [Vue warn]: Property or method "success" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  543.  
  544. (found in <Root>)
  545. warn @ app.js:1774
  546. warnNonPresent @ app.js:3054
  547. has @ app.js:3088
  548. (anonymous) @ VM21751:2
  549. Vue._render @ app.js:5627
  550. updateComponent @ app.js:3941
  551. get @ app.js:4284
  552. Watcher @ app.js:4273
  553. mountComponent @ app.js:3945
  554. Vue$3.$mount @ app.js:9531
  555. Vue$3.$mount @ app.js:11870
  556. Vue._init @ app.js:5723
  557. Vue$3 @ app.js:5808
  558. (anonymous) @ app.js:983
  559. __webpack_require__ @ app.js:20
  560. Object.defineProperty.value @ app.js:965
  561. __webpack_require__ @ app.js:20
  562. (anonymous) @ app.js:63
  563. (anonymous) @ app.js:66
  564. app.js:1774 [Vue warn]: Property or method "registerName" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  565.  
  566. (found in <Root>)
  567. warn @ app.js:1774
  568. warnNonPresent @ app.js:3054
  569. has @ app.js:3088
  570. (anonymous) @ VM21751:2
  571. Vue._render @ app.js:5627
  572. updateComponent @ app.js:3941
  573. get @ app.js:4284
  574. Watcher @ app.js:4273
  575. mountComponent @ app.js:3945
  576. Vue$3.$mount @ app.js:9531
  577. Vue$3.$mount @ app.js:11870
  578. Vue._init @ app.js:5723
  579. Vue$3 @ app.js:5808
  580. (anonymous) @ app.js:983
  581. __webpack_require__ @ app.js:20
  582. Object.defineProperty.value @ app.js:965
  583. __webpack_require__ @ app.js:20
  584. (anonymous) @ app.js:63
  585. (anonymous) @ app.js:66
  586. app.js:1774 [Vue warn]: Property or method "registerName" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  587.  
  588. (found in <Root>)
  589. warn @ app.js:1774
  590. warnNonPresent @ app.js:3054
  591. has @ app.js:3088
  592. (anonymous) @ VM21751:2
  593. Vue._render @ app.js:5627
  594. updateComponent @ app.js:3941
  595. get @ app.js:4284
  596. Watcher @ app.js:4273
  597. mountComponent @ app.js:3945
  598. Vue$3.$mount @ app.js:9531
  599. Vue$3.$mount @ app.js:11870
  600. Vue._init @ app.js:5723
  601. Vue$3 @ app.js:5808
  602. (anonymous) @ app.js:983
  603. __webpack_require__ @ app.js:20
  604. Object.defineProperty.value @ app.js:965
  605. __webpack_require__ @ app.js:20
  606. (anonymous) @ app.js:63
  607. (anonymous) @ app.js:66
  608. app.js:1774 [Vue warn]: Property or method "registerEmail" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  609.  
  610. (found in <Root>)
  611. warn @ app.js:1774
  612. warnNonPresent @ app.js:3054
  613. has @ app.js:3088
  614. (anonymous) @ VM21751:2
  615. Vue._render @ app.js:5627
  616. updateComponent @ app.js:3941
  617. get @ app.js:4284
  618. Watcher @ app.js:4273
  619. mountComponent @ app.js:3945
  620. Vue$3.$mount @ app.js:9531
  621. Vue$3.$mount @ app.js:11870
  622. Vue._init @ app.js:5723
  623. Vue$3 @ app.js:5808
  624. (anonymous) @ app.js:983
  625. __webpack_require__ @ app.js:20
  626. Object.defineProperty.value @ app.js:965
  627. __webpack_require__ @ app.js:20
  628. (anonymous) @ app.js:63
  629. (anonymous) @ app.js:66
  630. app.js:1774 [Vue warn]: Property or method "registerEmail" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  631.  
  632. (found in <Root>)
  633. warn @ app.js:1774
  634. warnNonPresent @ app.js:3054
  635. has @ app.js:3088
  636. (anonymous) @ VM21751:2
  637. Vue._render @ app.js:5627
  638. updateComponent @ app.js:3941
  639. get @ app.js:4284
  640. Watcher @ app.js:4273
  641. mountComponent @ app.js:3945
  642. Vue$3.$mount @ app.js:9531
  643. Vue$3.$mount @ app.js:11870
  644. Vue._init @ app.js:5723
  645. Vue$3 @ app.js:5808
  646. (anonymous) @ app.js:983
  647. __webpack_require__ @ app.js:20
  648. Object.defineProperty.value @ app.js:965
  649. __webpack_require__ @ app.js:20
  650. (anonymous) @ app.js:63
  651. (anonymous) @ app.js:66
  652. app.js:1774 [Vue warn]: Property or method "registerPassword" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  653.  
  654. (found in <Root>)
  655. warn @ app.js:1774
  656. warnNonPresent @ app.js:3054
  657. has @ app.js:3088
  658. (anonymous) @ VM21751:2
  659. Vue._render @ app.js:5627
  660. updateComponent @ app.js:3941
  661. get @ app.js:4284
  662. Watcher @ app.js:4273
  663. mountComponent @ app.js:3945
  664. Vue$3.$mount @ app.js:9531
  665. Vue$3.$mount @ app.js:11870
  666. Vue._init @ app.js:5723
  667. Vue$3 @ app.js:5808
  668. (anonymous) @ app.js:983
  669. __webpack_require__ @ app.js:20
  670. Object.defineProperty.value @ app.js:965
  671. __webpack_require__ @ app.js:20
  672. (anonymous) @ app.js:63
  673. (anonymous) @ app.js:66
  674. app.js:1774 [Vue warn]: Property or method "registerPassword" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  675.  
  676. (found in <Root>)
  677. warn @ app.js:1774
  678. warnNonPresent @ app.js:3054
  679. has @ app.js:3088
  680. (anonymous) @ VM21751:2
  681. Vue._render @ app.js:5627
  682. updateComponent @ app.js:3941
  683. get @ app.js:4284
  684. Watcher @ app.js:4273
  685. mountComponent @ app.js:3945
  686. Vue$3.$mount @ app.js:9531
  687. Vue$3.$mount @ app.js:11870
  688. Vue._init @ app.js:5723
  689. Vue$3 @ app.js:5808
  690. (anonymous) @ app.js:983
  691. __webpack_require__ @ app.js:20
  692. Object.defineProperty.value @ app.js:965
  693. __webpack_require__ @ app.js:20
  694. (anonymous) @ app.js:63
  695. (anonymous) @ app.js:66
  696. app.js:1774 [Vue warn]: Property or method "passwordConfirmation" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  697.  
  698. (found in <Root>)
  699. warn @ app.js:1774
  700. warnNonPresent @ app.js:3054
  701. has @ app.js:3088
  702. (anonymous) @ VM21751:2
  703. Vue._render @ app.js:5627
  704. updateComponent @ app.js:3941
  705. get @ app.js:4284
  706. Watcher @ app.js:4273
  707. mountComponent @ app.js:3945
  708. Vue$3.$mount @ app.js:9531
  709. Vue$3.$mount @ app.js:11870
  710. Vue._init @ app.js:5723
  711. Vue$3 @ app.js:5808
  712. (anonymous) @ app.js:983
  713. __webpack_require__ @ app.js:20
  714. Object.defineProperty.value @ app.js:965
  715. __webpack_require__ @ app.js:20
  716. (anonymous) @ app.js:63
  717. (anonymous) @ app.js:66
  718. app.js:1774 [Vue warn]: Property or method "passwordConfirmation" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  719.  
  720. (found in <Root>)
  721. warn @ app.js:1774
  722. warnNonPresent @ app.js:3054
  723. has @ app.js:3088
  724. (anonymous) @ VM21751:2
  725. Vue._render @ app.js:5627
  726. updateComponent @ app.js:3941
  727. get @ app.js:4284
  728. Watcher @ app.js:4273
  729. mountComponent @ app.js:3945
  730. Vue$3.$mount @ app.js:9531
  731. Vue$3.$mount @ app.js:11870
  732. Vue._init @ app.js:5723
  733. Vue$3 @ app.js:5808
  734. (anonymous) @ app.js:983
  735. __webpack_require__ @ app.js:20
  736. Object.defineProperty.value @ app.js:965
  737. __webpack_require__ @ app.js:20
  738. (anonymous) @ app.js:63
  739. (anonymous) @ app.js:66
  740. app.js:1774 [Vue warn]: Property or method "isLoading" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  741.  
  742. (found in <Root>)
  743. warn @ app.js:1774
  744. warnNonPresent @ app.js:3054
  745. has @ app.js:3088
  746. (anonymous) @ VM21751:2
  747. Vue._render @ app.js:5627
  748. updateComponent @ app.js:3941
  749. get @ app.js:4284
  750. Watcher @ app.js:4273
  751. mountComponent @ app.js:3945
  752. Vue$3.$mount @ app.js:9531
  753. Vue$3.$mount @ app.js:11870
  754. Vue._init @ app.js:5723
  755. Vue$3 @ app.js:5808
  756. (anonymous) @ app.js:983
  757. __webpack_require__ @ app.js:20
  758. Object.defineProperty.value @ app.js:965
  759. __webpack_require__ @ app.js:20
  760. (anonymous) @ app.js:63
  761. (anonymous) @ app.js:66
  762. app.js:1774 [Vue warn]: Property or method "isLoading" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  763.  
  764. (found in <Root>)
  765. warn @ app.js:1774
  766. warnNonPresent @ app.js:3054
  767. has @ app.js:3088
  768. (anonymous) @ VM21751:2
  769. Vue._render @ app.js:5627
  770. updateComponent @ app.js:3941
  771. get @ app.js:4284
  772. Watcher @ app.js:4273
  773. mountComponent @ app.js:3945
  774. Vue$3.$mount @ app.js:9531
  775. Vue$3.$mount @ app.js:11870
  776. Vue._init @ app.js:5723
  777. Vue$3 @ app.js:5808
  778. (anonymous) @ app.js:983
  779. __webpack_require__ @ app.js:20
  780. Object.defineProperty.value @ app.js:965
  781. __webpack_require__ @ app.js:20
  782. (anonymous) @ app.js:63
  783. (anonymous) @ app.js:66
  784. app.js:1774 [Vue warn]: Property or method "status" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  785.  
  786. (found in <Root>)
  787. warn @ app.js:1774
  788. warnNonPresent @ app.js:3054
  789. has @ app.js:3088
  790. (anonymous) @ VM21751:2
  791. Vue._render @ app.js:5627
  792. updateComponent @ app.js:3941
  793. get @ app.js:4284
  794. Watcher @ app.js:4273
  795. mountComponent @ app.js:3945
  796. Vue$3.$mount @ app.js:9531
  797. Vue$3.$mount @ app.js:11870
  798. Vue._init @ app.js:5723
  799. Vue$3 @ app.js:5808
  800. (anonymous) @ app.js:983
  801. __webpack_require__ @ app.js:20
  802. Object.defineProperty.value @ app.js:965
  803. __webpack_require__ @ app.js:20
  804. (anonymous) @ app.js:63
  805. (anonymous) @ app.js:66
  806. app.js:1774 [Vue warn]: Property or method "registerSubmit" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  807.  
  808. (found in <Root>)
  809. warn @ app.js:1774
  810. warnNonPresent @ app.js:3054
  811. has @ app.js:3088
  812. (anonymous) @ VM21751:2
  813. Vue._render @ app.js:5627
  814. updateComponent @ app.js:3941
  815. get @ app.js:4284
  816. Watcher @ app.js:4273
  817. mountComponent @ app.js:3945
  818. Vue$3.$mount @ app.js:9531
  819. Vue$3.$mount @ app.js:11870
  820. Vue._init @ app.js:5723
  821. Vue$3 @ app.js:5808
  822. (anonymous) @ app.js:983
  823. __webpack_require__ @ app.js:20
  824. Object.defineProperty.value @ app.js:965
  825. __webpack_require__ @ app.js:20
  826. (anonymous) @ app.js:63
  827. (anonymous) @ app.js:66
  828. app.js:1774 [Vue warn]: Property or method "submitted" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  829.  
  830. (found in <Root>)
  831. warn @ app.js:1774
  832. warnNonPresent @ app.js:3054
  833. has @ app.js:3088
  834. (anonymous) @ VM21751:2
  835. Vue._render @ app.js:5627
  836. updateComponent @ app.js:3941
  837. get @ app.js:4284
  838. Watcher @ app.js:4273
  839. mountComponent @ app.js:3945
  840. Vue$3.$mount @ app.js:9531
  841. Vue$3.$mount @ app.js:11870
  842. Vue._init @ app.js:5723
  843. Vue$3 @ app.js:5808
  844. (anonymous) @ app.js:983
  845. __webpack_require__ @ app.js:20
  846. Object.defineProperty.value @ app.js:965
  847. __webpack_require__ @ app.js:20
  848. (anonymous) @ app.js:63
  849. (anonymous) @ app.js:66
  850. app.js:1774 [Vue warn]: Property or method "submitted" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  851.  
  852. (found in <Root>)
  853. warn @ app.js:1774
  854. warnNonPresent @ app.js:3054
  855. has @ app.js:3088
  856. (anonymous) @ VM21751:2
  857. Vue._render @ app.js:5627
  858. updateComponent @ app.js:3941
  859. get @ app.js:4284
  860. Watcher @ app.js:4273
  861. mountComponent @ app.js:3945
  862. Vue$3.$mount @ app.js:9531
  863. Vue$3.$mount @ app.js:11870
  864. Vue._init @ app.js:5723
  865. Vue$3 @ app.js:5808
  866. (anonymous) @ app.js:983
  867. __webpack_require__ @ app.js:20
  868. Object.defineProperty.value @ app.js:965
  869. __webpack_require__ @ app.js:20
  870. (anonymous) @ app.js:63
  871. (anonymous) @ app.js:66
  872. app.js:1774 [Vue warn]: Property or method "registerSubmit" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  873.  
  874. (found in <Root>)
  875. warn @ app.js:1774
  876. warnNonPresent @ app.js:3054
  877. has @ app.js:3088
  878. (anonymous) @ VM21751:2
  879. Vue._render @ app.js:5627
  880. updateComponent @ app.js:3941
  881. get @ app.js:4284
  882. Watcher @ app.js:4273
  883. mountComponent @ app.js:3945
  884. Vue$3.$mount @ app.js:9531
  885. Vue$3.$mount @ app.js:11870
  886. Vue._init @ app.js:5723
  887. Vue$3 @ app.js:5808
  888. (anonymous) @ app.js:983
  889. __webpack_require__ @ app.js:20
  890. Object.defineProperty.value @ app.js:965
  891. __webpack_require__ @ app.js:20
  892. (anonymous) @ app.js:63
  893. (anonymous) @ app.js:66
  894. app.js:1774 [Vue warn]: Property or method "isLoading" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  895.  
  896. (found in <Root>)
  897. warn @ app.js:1774
  898. warnNonPresent @ app.js:3054
  899. has @ app.js:3088
  900. (anonymous) @ VM21751:2
  901. Vue._render @ app.js:5627
  902. updateComponent @ app.js:3941
  903. get @ app.js:4284
  904. Watcher @ app.js:4273
  905. mountComponent @ app.js:3945
  906. Vue$3.$mount @ app.js:9531
  907. Vue$3.$mount @ app.js:11870
  908. Vue._init @ app.js:5723
  909. Vue$3 @ app.js:5808
  910. (anonymous) @ app.js:983
  911. __webpack_require__ @ app.js:20
  912. Object.defineProperty.value @ app.js:965
  913. __webpack_require__ @ app.js:20
  914. (anonymous) @ app.js:63
  915. (anonymous) @ app.js:66
  916. app.js:1774 [Vue warn]: Property or method "isLoading" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  917.  
  918. (found in <Root>)
  919. warn @ app.js:1774
  920. warnNonPresent @ app.js:3054
  921. has @ app.js:3088
  922. (anonymous) @ VM21751:2
  923. Vue._render @ app.js:5627
  924. updateComponent @ app.js:3941
  925. get @ app.js:4284
  926. Watcher @ app.js:4273
  927. mountComponent @ app.js:3945
  928. Vue$3.$mount @ app.js:9531
  929. Vue$3.$mount @ app.js:11870
  930. Vue._init @ app.js:5723
  931. Vue$3 @ app.js:5808
  932. (anonymous) @ app.js:983
  933. __webpack_require__ @ app.js:20
  934. Object.defineProperty.value @ app.js:965
  935. __webpack_require__ @ app.js:20
  936. (anonymous) @ app.js:63
  937. (anonymous) @ app.js:66
  938. app.js:1774 [Vue warn]: Property or method "status" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  939.  
  940. (found in <Root>)
  941. warn @ app.js:1774
  942. warnNonPresent @ app.js:3054
  943. has @ app.js:3088
  944. (anonymous) @ VM21751:2
  945. Vue._render @ app.js:5627
  946. updateComponent @ app.js:3941
  947. get @ app.js:4284
  948. Watcher @ app.js:4273
  949. mountComponent @ app.js:3945
  950. Vue$3.$mount @ app.js:9531
  951. Vue$3.$mount @ app.js:11870
  952. Vue._init @ app.js:5723
  953. Vue$3 @ app.js:5808
  954. (anonymous) @ app.js:983
  955. __webpack_require__ @ app.js:20
  956. Object.defineProperty.value @ app.js:965
  957. __webpack_require__ @ app.js:20
  958. (anonymous) @ app.js:63
  959. (anonymous) @ app.js:66
  960. app.js:1774 [Vue warn]: Property or method "registerSubmit" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  961.  
  962. (found in <Root>)
  963. warn @ app.js:1774
  964. warnNonPresent @ app.js:3054
  965. has @ app.js:3088
  966. (anonymous) @ VM21751:2
  967. Vue._render @ app.js:5627
  968. updateComponent @ app.js:3941
  969. get @ app.js:4284
  970. Watcher @ app.js:4273
  971. mountComponent @ app.js:3945
  972. Vue$3.$mount @ app.js:9531
  973. Vue$3.$mount @ app.js:11870
  974. Vue._init @ app.js:5723
  975. Vue$3 @ app.js:5808
  976. (anonymous) @ app.js:983
  977. __webpack_require__ @ app.js:20
  978. Object.defineProperty.value @ app.js:965
  979. __webpack_require__ @ app.js:20
  980. (anonymous) @ app.js:63
  981. (anonymous) @ app.js:66
  982. app.js:1774 [Vue warn]: Property or method "submitted" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  983.  
  984. (found in <Root>)
  985. warn @ app.js:1774
  986. warnNonPresent @ app.js:3054
  987. has @ app.js:3088
  988. (anonymous) @ VM21751:2
  989. Vue._render @ app.js:5627
  990. updateComponent @ app.js:3941
  991. get @ app.js:4284
  992. Watcher @ app.js:4273
  993. mountComponent @ app.js:3945
  994. Vue$3.$mount @ app.js:9531
  995. Vue$3.$mount @ app.js:11870
  996. Vue._init @ app.js:5723
  997. Vue$3 @ app.js:5808
  998. (anonymous) @ app.js:983
  999. __webpack_require__ @ app.js:20
  1000. Object.defineProperty.value @ app.js:965
  1001. __webpack_require__ @ app.js:20
  1002. (anonymous) @ app.js:63
  1003. (anonymous) @ app.js:66
  1004. app.js:1774 [Vue warn]: Property or method "submitted" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  1005.  
  1006. (found in <Root>)
  1007. warn @ app.js:1774
  1008. warnNonPresent @ app.js:3054
  1009. has @ app.js:3088
  1010. (anonymous) @ VM21751:2
  1011. Vue._render @ app.js:5627
  1012. updateComponent @ app.js:3941
  1013. get @ app.js:4284
  1014. Watcher @ app.js:4273
  1015. mountComponent @ app.js:3945
  1016. Vue$3.$mount @ app.js:9531
  1017. Vue$3.$mount @ app.js:11870
  1018. Vue._init @ app.js:5723
  1019. Vue$3 @ app.js:5808
  1020. (anonymous) @ app.js:983
  1021. __webpack_require__ @ app.js:20
  1022. Object.defineProperty.value @ app.js:965
  1023. __webpack_require__ @ app.js:20
  1024. (anonymous) @ app.js:63
  1025. (anonymous) @ app.js:66
  1026. app.js:1774 [Vue warn]: Property or method "registerSubmit" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  1027.  
  1028. (found in <Root>)
  1029. warn @ app.js:1774
  1030. warnNonPresent @ app.js:3054
  1031. has @ app.js:3088
  1032. (anonymous) @ VM21751:2
  1033. Vue._render @ app.js:5627
  1034. updateComponent @ app.js:3941
  1035. get @ app.js:4284
  1036. Watcher @ app.js:4273
  1037. mountComponent @ app.js:3945
  1038. Vue$3.$mount @ app.js:9531
  1039. Vue$3.$mount @ app.js:11870
  1040. Vue._init @ app.js:5723
  1041. Vue$3 @ app.js:5808
  1042. (anonymous) @ app.js:983
  1043. __webpack_require__ @ app.js:20
  1044. Object.defineProperty.value @ app.js:965
  1045. __webpack_require__ @ app.js:20
  1046. (anonymous) @ app.js:63
  1047. (anonymous) @ app.js:66
  1048. app.js:1774 [Vue warn]: Failed to mount component: template or render function not defined.
  1049.  
  1050. found in
  1051.  
  1052. ---> <EventsForm> at resources/assets/js/components/Spinner.vue
  1053. <Root>
  1054. warn @ app.js:1774
  1055. mountComponent @ app.js:3911
  1056. Vue$3.$mount @ app.js:9531
  1057. Vue$3.$mount @ app.js:11870
  1058. init @ app.js:5220
  1059. createComponent @ app.js:6672
  1060. createElm @ app.js:6620
  1061. createChildren @ app.js:6743
  1062. createElm @ app.js:6648
  1063. createChildren @ app.js:6743
  1064. createElm @ app.js:6648
  1065. createChildren @ app.js:6743
  1066. createElm @ app.js:6648
  1067. createChildren @ app.js:6743
  1068. createElm @ app.js:6648
  1069. createChildren @ app.js:6743
  1070. createElm @ app.js:6648
  1071. createChildren @ app.js:6743
  1072. createElm @ app.js:6648
  1073. createChildren @ app.js:6743
  1074. createElm @ app.js:6648
  1075. patch @ app.js:7176
  1076. Vue._update @ app.js:3813
  1077. updateComponent @ app.js:3941
  1078. get @ app.js:4284
  1079. Watcher @ app.js:4273
  1080. mountComponent @ app.js:3945
  1081. Vue$3.$mount @ app.js:9531
  1082. Vue$3.$mount @ app.js:11870
  1083. Vue._init @ app.js:5723
  1084. Vue$3 @ app.js:5808
  1085. (anonymous) @ app.js:983
  1086. __webpack_require__ @ app.js:20
  1087. Object.defineProperty.value @ app.js:965
  1088. __webpack_require__ @ app.js:20
  1089. (anonymous) @ app.js:63
  1090. (anonymous) @ app.js:66
  1091. app.js:1774 [Vue warn]: Failed to mount component: template or render function not defined.
  1092.  
  1093. found in
  1094.  
  1095. ---> <EventsForm> at resources/assets/js/components/Spinner.vue
  1096. <Root>
  1097. warn @ app.js:1774
  1098. mountComponent @ app.js:3911
  1099. Vue$3.$mount @ app.js:9531
  1100. Vue$3.$mount @ app.js:11870
  1101. init @ app.js:5220
  1102. createComponent @ app.js:6672
  1103. createElm @ app.js:6620
  1104. createChildren @ app.js:6743
  1105. createElm @ app.js:6648
  1106. createChildren @ app.js:6743
  1107. createElm @ app.js:6648
  1108. createChildren @ app.js:6743
  1109. createElm @ app.js:6648
  1110. patch @ app.js:7176
  1111. Vue._update @ app.js:3813
  1112. updateComponent @ app.js:3941
  1113. get @ app.js:4284
  1114. Watcher @ app.js:4273
  1115. mountComponent @ app.js:3945
  1116. Vue$3.$mount @ app.js:9531
  1117. Vue$3.$mount @ app.js:11870
  1118. Vue._init @ app.js:5723
  1119. Vue$3 @ app.js:5808
  1120. (anonymous) @ app.js:983
  1121. __webpack_require__ @ app.js:20
  1122. Object.defineProperty.value @ app.js:965
  1123. __webpack_require__ @ app.js:20
  1124. (anonymous) @ app.js:63
  1125. (anonymous) @ app.js:66
  1126. 2app.js:43057 Component mounted.
  1127. app.js:9551 You are running Vue in development mode.
  1128. Make sure to turn on production mode when deploying for production.
  1129. See more tips at https://vuejs.org/guide/deployment.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement