kamijin-fanta/vue-async-data

Lazy loading

Closed this issue · 0 comments

Set whether to load at mount.

async: {
  example: () => API.get(),
  exampleLazy: true,
},