Nuxt/test/fixtures/ssr/pages/store.vue

5 lines
111 B
Vue

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