V
Latest posts made by vmcopm
-
how to use node modules ?
Hello
I am trying to use excel4node but no success
https://www.npmjs.com/package/excel4nodein a .vue file, before export default, adding the require
const xl = require('excel4node');
on a method, the following code lines:
var wb = new xl.Workbook(); wb.write('ExcelFile.xlsx');
the error:
workbook.js?cb67:230 Uncaught (in promise) TypeError: Right-hand side of ‘instanceof’ is not an objectcan someone help me how to use a node module in a .vue file?
-
q-table with no horizontal scroll
Hello.
Can someone tell me how to not have horizontal scroll on q-table? I need it to be 100% width of the element and td to word wrap.
Thanks
-
RE: Add an external JS and external tag / component
Hello @dobbel . thank you very much for your answer.
-
Add an external JS and external tag / component
Hello all
can someone please tell me how do I add this project to my quasar?
https://codepen.io/vectary/pen/zYOpJyZThanks