1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 17:10:07 +00:00
Nuxt/test/fixtures/ssr/pages/store.vue

6 lines
118 B
Vue

<template>
<foobar>
{{ $store.state[$route.query.onServerInit === '1' ? 'id2': 'id'] }}
</foobar>
</template>