@media in v5 router component

@media used to work in v4 router component:

<style scoped>
@media  (min-width:720px) {
}
</style>

but it seems to be removed in v5?
is there better way to define screen dependent styles for router component?

Looks like there is a bug with it. Already fixed in repo, will be fixed in next update