Hoàng Bảo Vũ
Hoàng Bảo Vũ
I'm having the same issue I first clone project: Error: Couldn't find package "taskr-swc@^0.0.1" required by "@vercel/[email protected]" on the "npm" registry. yarn version 1.22.17 Macos M1 12.4
> Hi, > try to use jsPDF with laravue with: > > `import jsPDF from 'jspdf'; ... const pdfName = 'test'; const doc = new jsPDF(); doc.text('Hello World', 10, 10);...
Please Merge!
I'm handle onClick set locale ```javascript const handleChangeLocale = language => { if(language === 'en') { changeLocale("") } else { changeLocale(language) } } {({ languages, language: currentLocale }) => {...