1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 19:14:08 +00:00
Nuxt/test/fixtures/basic/components/GlobalSync.vue

6 lines
96 B
Vue

<template>
<div>
This is a synchronously registered global component
</div>
</template>