1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 10:23:24 +00:00
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>