1👍
✅
There is no testmsg
property in data
. It should be:
data: () => ({
testmsg: '',
dropzoneOptions: {
// rest of your code
}
})
👤Arc
Source:stackexchange.com