Nuxt/test/fixtures/basic/components/global/TestGlobal.vue
2022-07-29 11:41:01 +02:00

6 lines
86 B
Vue

<template>
<div>
global component registered automatically
</div>
</template>