Гаврилов Роман
Гаврилов Роман
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  
@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,...
Similar error
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?