Soviut
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...
### 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...
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.  ## Desktop  - 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...
### 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...
### 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...
### 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...
**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) }}...