Chen Chun Yu
Chen Chun Yu
Good job but the patch should be applied to src/js/...core.js instead of the compiled dist/ ver
Be wary when using ssr framework such as Nuxt or Next. You have to make sure jspreadsheet is running in client environment instead of server side.
You need to make a client side plugin to use it. I made an example for you: make a file "jspreadsheet.client.ts" ```typescript import jspreadsheet from "jspreadsheet-ce"; import "jspreadsheet-ce/dist/jspreadsheet.css"; export default...
Working example here: https://stackblitz.com/edit/github-pqerlg?file=app.vue