Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created June 20, 2017 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuejsdevelopers/0cc152487f772ee3f0ff4e85a4d1a38d to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/0cc152487f772ee3f0ff4e85a4d1a38d to your computer and use it in GitHub Desktop.
Use Any Javascript Library With Vue.js - Snippet 05
export default {
created() {
console.log('The time is ' . this.$moment().format("HH:mm"));
}
}
@jezmck
Copy link

jezmck commented May 24, 2019

You have a typo; using . instead of + for the string concat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment