Vue Declaration CheatSheetvuecheatsheetMar 18, 2023Vue CheatSheet1. PropsArraysprops: { radioItems: { type: Array as PropType<Array<RadioItem>>, required: true, }, }, 2. refsArraysconst openState = ref([] as Array<number>) Related ArticlesHow to Use Lucide Icons with VuetifyA guide on integrating Lucide icons into a Vuetify project.Use Vuetify with Nuxt 3