Skip to content

Instantly share code, notes, and snippets.

@anish2690
Created May 23, 2020 19:28
Show Gist options
  • Save anish2690/47f6fc849eed256c225d5f15aaa6cf37 to your computer and use it in GitHub Desktop.
Save anish2690/47f6fc849eed256c225d5f15aaa6cf37 to your computer and use it in GitHub Desktop.
We would normally set an object property like this:
import moment from 'moment';
Object.defineProperty(Vue.prototype, '$moment', { value: moment });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment