Гаврилов Роман

Results 10 comments of Гаврилов Роман

It's hard to tell which side the problem is. It is possible that the default config (quasar.config.js) should have the option: `runtimeOnly: true` for dev development and `runtimeOnly: false` for...

Vue Dev Tools 6.1.4 ![image](https://user-images.githubusercontent.com/5417292/167273418-0ee7ad6f-661f-4520-9973-09f514b83d73.png) ![image](https://user-images.githubusercontent.com/5417292/167273398-799d5064-46d6-42e5-9b1e-03faca5ddf55.png)

@Akryum Repo: https://github.com/gewisser/VueToolsBug ```bash npm install npm run dev ``` 1. open http://localhost:9000/ 2. open DevTools (F12) 3. activate the tab "Vue" 4. reload page (F5)

> What about reinstall your vuejs devtools? https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd Thanks! Reinstalled vuejs devtools. In my case the problem is gone.

Need to add: `runtimeOnly: false` ```javascript vitePlugins: [ [ "@intlify/vite-plugin-vue-i18n", { // if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false` // compositionOnly: false,...

We need this fix or move the inclusion of this functionality under a flag in the configuration...

```javascript import consola from 'consola' consola.prompt('where would you like to go?') ```

https://github.com/capacitor-community/safe-area/pull/41/files Thanks for the fix. It solved my problem.

@tafelnl What needs to be done to pull the fix https://github.com/capacitor-community/safe-area/pull/41?