1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-04 12:25:02 +00:00
Nuxt/test/fixtures/basic/pages/server-component-hmr.vue

6 lines
79 B
Vue
Raw Normal View History

<template>
<div>
<NuxtIsland name="HmrComponent" />
</div>
</template>