How To Unquote Numeric Properties In Vue
When assigning attributes to components in the template section of Vue, values of numeric props are placed inside quotes which tend to generate a lot of warning in the console. Even after removing them manually they always return after formatting the document. I’ve read the prettier documentation and this was on their page, “Prettier doesn’t unquote numeric properties for Vue” I want to know if there’s a way to work around it and remove the quotes on numeric properties.