Lavender1618
Results
2
comments of
Lavender1618
I second this....neither is vite:{} allowed. `config.kit.vite has been removed — use vite.config.js instead`
When I do ... this.$refs.dropzone1.dropzone.setOption('url', url) I get ... Uncaught TypeError: Cannot read property 'setOption' of undefined If I do ... this.$refs.dropzone1.setOption('url', url) I get ... Uncaught TypeError: Cannot read...