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