vuejs/vue-vapor

Remove `withDestructure`

sxzz opened this issue · 0 comments

sxzz commented

Rewrites destructures to expanded expressions

Example: { a, b: [b, {c}] } of rows to

  • row.a
  • row.b[0]
  • row.b[1].c