Skip to content

Instantly share code, notes, and snippets.

@scottlepp
Created June 19, 2018 20:45
Show Gist options
  • Save scottlepp/cd2b1bf377e679d4a1a10cced7eb5b7b to your computer and use it in GitHub Desktop.
Save scottlepp/cd2b1bf377e679d4a1a10cced7eb5b7b to your computer and use it in GitHub Desktop.
import { Component, Vue, Prop, Provide } from 'vue-property-decorator'
@Component()
export default class App extends Vue {
@Provide()
foo = 'foo';
@Provide()
bar = 'bar';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment