Results 74 issues of Soviut

# Bug report ## Describe the bug I'm experimenting with building a very simple realtime chat application in Vue 3. I'm using a subscription to monitor my `posts` table on...

bug

### What problem does this feature solve? A colleague who is new to Vue expected that vue-router would be able to update the page title; this makes some sense. Vue-router...

docs

Packaging as a Chrome extension makes installation and experimenting with themes much easier. For example, http://devthemez.com/themes/zero-dark-matrix

## DISABLE WHITESPACE IN GITHUB DIFFS! A lot of trailing whitespace got cleaned up in the HTML by linting. ![image](https://user-images.githubusercontent.com/226882/147044453-40743f1f-1b12-4760-ae43-010432091fb3.png) ## Desktop ![image](https://user-images.githubusercontent.com/226882/147042522-0a454b8f-526e-41a0-863f-09e582daf27d.png) - CSS grid layout for more flexibility...

### What problem does this feature solve? We have a components gallery with several pages that we use for building and displaying components in isolation. This is very useful in...

enhancement
2.x

### Is your feature request related to a problem? Please describe. Since the `this.$config` is not accessible from the `state` in the store, I have to use `nuxtServerInit()`. However, I...

enhancement
2.x

### Is your feature request related to a problem? Please describe. I have some pages that I only want available in development (style guides, component gallery, debug screens, etc.). It...

enhancement
discussion
3.x
workaround available

### Reproduction coming soon ### Steps to reproduce the bug 1. Install `[email protected]` 2. Run the following code ```vue const q = query(getCol('companies'), orderBy('createdAt', 'desc')) const { data: companies, pending...

enhancement

**Describe the bug** I am using Vue 3 (`[email protected]`) in my project. When upgrading to `@vue/[email protected]` I got the following peer dependency error saying Vue 3 was causing a peer...

Pluralization allows simple shortcut syntax like ```javascript { car: 'car | cars' } ``` Which can be called with ```html 0: {{ $tc('car', 0) }} 1: {{ $tc('car', 1) }}...

Status: PR Welcome
Type: Feature