Failed to parse props in custom element
Version
3.2.4
Reproduction link
https://github.com/akibrk/custom-element-test
Steps to reproduce
Clone the repo provided
npm run install
npm run build:demo
cd demo
npx http-server
What is expected?
Value passed in as prop starting with number should not be treated as numbers unless that's the entire value.
What is actually happening?
Value passed in starting with a number is being parsed as number and rest of the value is being ignored
I was building a custom element library.
Duplicate of https://github.com/vuejs/vue-next/issues/4370