Trying to use vue-moment. The simplest possible example from the documentation doesn\'t work: https://jsfiddle.net/rjcpz9wt/
{{ new Date() | moment \
vue-moment
is broken.
You can't use it by just adding it as a tag. Currently it only works if you use compile it with webpack or browserify, see this issue for updates.
It used to work well on the original version: https://github.com/brockpetrie/vue-moment/tree/fd6fcb901415c1df4c5abb81870d49b346d3732f
See the original version working here: https://jsfiddle.net/gerardog/vaw33sn2/
Also, on Fiddle dont link to files in https://raw.github.com/ , use this nice workaround