Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="index.css">
  4. <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
  5. </head>
  6. <body>
  7.  
  8. <div id="app">
  9. {{ message }}
  10. </div>
  11.  
  12. <script src="index.js"></script>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement