mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
Show only client
This commit is contained in:
parent
b83f897339
commit
53685b6e4d
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
asyncData ({ isStatic, isServer }) {
|
asyncData ({ isServer }) {
|
||||||
return {
|
return {
|
||||||
name: isStatic ? 'static' : (isServer ? 'server' : 'client')
|
name: (isServer ? 'server' : 'client')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user