Guest User

Untitled

a guest
May 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. export default Vue.component('form-fields', {
  2. props: ['tile', 'deviceList'],
  3. created: function() {
  4. this.$options.template = this.$options.propsData.tile.template;
  5. }
  6. });
Add Comment
Please, Sign In to add comment