1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Nuxt/test/fixtures/basic/pages/route-rules/spa.vue

6 lines
74 B
Vue

<template>
<div>
should not be rendered on ssr
</div>
</template>