mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 02:14:44 +00:00
7 lines
112 B
Vue
7 lines
112 B
Vue
<template>
|
|
<div>
|
|
<!-- @vue-expect-error -->
|
|
<my-component :string-items="[1]" />
|
|
</div>
|
|
</template>
|