vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

[Bug Report] SSR Data-iterator sort #89

Open nohill opened 5 years ago

nohill commented 5 years ago

Versions and Environment

Vuetify: 1.5.14 Vue: 2.6.10 Browsers: Chrome 74.0.3729.131 OS: Linux x86_64

Steps to reproduce

Need refresh browser for server side rendering

Expected Behavior

Server sorting and client sorting are different

Actual Behavior

Server and client sorting should not be different to avoid jump items

Reproduction Link

https://codesandbox.io/s/codesandboxnuxt-8q48x

Other comments

Problem related pagination.sync = "paginator". If remove it then all its ok