1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/test/fixtures/basic/components/global/ClientGlobal.client.vue

6 lines
100 B
Vue

<template>
<div>
global component (client-only) registered automatically
</div>
</template>