Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <body>
  2. <div id="app">
  3. <nav></nav>
  4. @yield('content') // when vue is loaded, scripts don't work on their respective files. Error message on console is removed with vue.min.js but the error persists
  5. </div>
  6. // when vue is loaded, scripts only work if referenced globally here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement