Guest User

Untitled

a guest
Oct 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Object.assign(teste, json, {
  2. component: "() => import('" + directory + "')"
  3. });
  4.  
  5. teste[item] = json;
  6. teste[item].component = "() => import('" + directory + "')";
Add Comment
Please, Sign In to add comment