Most voted "quasar" questions
18 questions
Sort by count of
-
2
votes0
answers210
viewsUpload multiple files using the same request?
I am using the Vuejs/Quasar Framework to do the front end of my application and Hapijs to do the server. And in the uploading part of the attachments I’m running a test with uploading multiple…
-
1
votes0
answers215
viewsAttach file in email application?
I am developing an email application and the front end is being done in Vuejs/Quasar Framework and the server is being developed with Hapijs. I’ve managed to send simple emails using Nodemailer and…
-
1
votes0
answers112
viewsHow do I send large files with Multipart/form-data?
Hello, a help I am developing an app with quasar but when creating a file upload with Component I can not send the files in small parts... look at the code... <template> <q-uploader…
-
1
votes1
answer359
viewsError generating APK using Quasar framework
I am trying to generate the APK of an application made with Quasar Framework, but I get the following error: $ quasar build -m cordova -T android Checking Java JDK and Android SDK versions…
-
1
votes1
answer114
viewsHow to insert a Tooltip into an input field
The user of my system, uses notebook and inputs, not of a form but of filter, do not appear 100% on the screen of it, but it is normal, is responsive to some extent the project I have already walked…
-
1
votes0
answers27
viewsTypeerror: Cannot read Property '_wrapper' of Undefined
I am trying to send data via Emit to the parent component with the data to update my chart data, however the console gave this title error child component: refreshDados (){ var params = {}; for (var…
-
0
votes1
answer370
viewsVuejs/Quasar Ordova android generates blank app
Hello, I started using Quasar Framework to create a hybrid app for Android. After following the installation steps (WINDOWS 10), I created a standard project, IE, I haven’t developed anything yet, I…
-
0
votes2
answers169
viewsHow to load an image src url into Quasar/Vuejs
How do I load an image src template? I tried it this way <img :src="$axios.get(`/uploader/hotels/${hotel.photo}`)"/> but the result is a [object Promise] with strange return:…
-
0
votes1
answer8
viewsHow to resolve Modulebuilderror
It happened that after upgrading ubunto-18.04 to 20.04 and updating nodejs, started giving error in Module build. Module build failed (from ./node_modules/mini-css-Extract-plugin/dist/Loader.js):…
-
0
votes1
answer61
viewsElectron - Error 400 when obtaining geolocation
I’m trying to use the navigator.geolocation.getCurrentPosition and the navigator.geolocation.watchPosition in a PWA project made with Quasar. It is working very well in Browser and Cordova…
-
0
votes1
answer257
viewsClose a modal after completing the action in the quasar framework
I have this modal as a son Component: <template> <q-modal v-model="opened" :content-css="{width: '40%', minHeight: '300px', padding: '0 15px'}" no-esc-dismiss no-backdrop-dismiss>…
-
0
votes2
answers1039
viewsTable in Postgrethe ID field is not auto incremented
I’ll explain my problem: In my SQL system already came the error in INSERT, stating that the id field, which is autoincrement is stating that it is null: INSERT INTO cliente_sub_grupo…
-
0
votes0
answers63
viewsAdd a filter with quasar framework Vue.js
Good afternoon, I am trying to implement a filter in a list that contains several filters, however I am not able to pull the data to filter them, it seems to me you have to pull send for one…
-
0
votes1
answer222
viewsAdd values from a column (array) - Vue.js?
I would like to know how to add up the values of a array to appear on the screen. Example has a column with gross value, which contains the gross value of each component, wanted to add these values.…
-
0
votes0
answers32
viewsHow to take the value of a reduce the tag to appear in the view - VUE.JS
I’m trying to set up a panel, and I want to take the added values of a reduce to appear in the view Inside the budgets, there’s an array of value, and I’ve done the methods to add methods: {…
-
0
votes0
answers51
viewsapexcharts series values do not appear
I’m trying to understand the value of an array I’m pulling from the back inside an apexchart chart, but it’s not returning anything, the chart appears blank the callback mounted() { this.uChart() },…
-
0
votes1
answer23
viewsHow can I access a component and make it appear only in an Electron + Quasar window?
I would like the component to be displayed exactly in a single window, but I don’t know how to do it precisely, what I was able to do was just a small base of a whole, so far:…
-
-2
votes1
answer87
viewsHow to download a table of the quasar in excel format (xlsx)?
The quasar only provides examples of how to download a table in CSV format. I wonder if it is possible, using the same logic, to download tables in excel. Code of how I am doing. The file comes to…