Skip to main content

All Questions

Tagged with
0 votes
3 answers
42 views

Multiselect of Primvue becomes null data when the data is passed to v-model

<MultiSelect id="Color-input" v-model="DesignData.ColorQty" options="DesignColors" optionLabel="colorName" label="Color&...
Ehe's user avatar
  • 1
0 votes
0 answers
37 views

How to add a new Top menu in ElectronJS without any submenu items?

[ { role: 'help', submenu: [...] }, { label: 'Upgrade', submenu: [], } ] The new menu is also visible if the submenu is an empty array: I want to show this menu without ...
Dương Thành Nhân's user avatar
0 votes
1 answer
143 views

Electron JS/Vue Router Packing Not Working with Electron Builder

Hi I have been trying to trouble shoot this problem for hours and can't figure out a solution. I created an Electron App using Vue 3 Composition and now I am trying to use Electron Builder to package ...
Ali's user avatar
  • 33
0 votes
0 answers
253 views

How to fix this issue using sequelize and electron with vite?

I have created a fresh electron-vite on vue-ts setup from this source https://electron-vite.org/ and installed sequelize. now i am having an error attached here: error on npm run dev from the package ...
Jhusss's user avatar
  • 3
0 votes
1 answer
457 views

Electron Vue Router Page Change Not Working

I am calling this.$router.push({ name: "signin" }); in my Electron Vue application (in the BrowserWindow I am loading), but the page is not changing. No error message and no page change. ...
user2500558's user avatar
2 votes
0 answers
384 views

Vue.js-Electron application with an Apollo client does not receive cookies from a remote API server

I try to build an application with a GraphQL backend (based on Node.js and graphql-yoga). The server is hosted on a Linux machine with nginx as a reverse proxy. The proxy configuration is listed below....
MichaelT's user avatar