Michael Mano

Results 5 comments of Michael Mano

I had this issue, in your vue.config.js add ``` ... module.exports = { pwa: { ... themeColor: '#000', msTileColor: '#000', ... }, ... ```

I might make a fork of this to work on this since I require it for a project but don't wish to reinvent the wheel. Also since its just used...

@unitedworx then maybe have either option. An auto complete array for smaller things and an auto complete URL that will post with a denounce function to get an array

Not a solution but what we do is ``` 'aliases' => include $_SERVER['HTTP_HOST'].'.aliases.php', ``` Then make a file in the config dir named `domain.aliases.php` and return the array required. (probably...

@talfwin if you try set the `storageName` do you still get this issue? ``` import { createStore } from 'vuex'; import { createPersistedState, createSharedMutations } from 'vuex-electron'; export default createStore({...