[Vuejs]-Where to define and use const list in template of component in NuxtJs?

0๐Ÿ‘

โœ…

If you want to access this in your template, declare your array in either data(), computed or asyncData().

https://nuxtjs.org/docs/features/data-fetching#async-data

Leave a comment