Guest User

Untitled

a guest
Mar 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script>
  2. export default {
  3. data () {
  4. return {
  5. title: 'My portfolio'
  6. }
  7. },
  8. mounted () {
  9. this.$nextTick(() => {
  10. // our custom jQuery code goes here
  11. })
  12. }
  13. }
  14. </script>
Add Comment
Please, Sign In to add comment