[Vuejs]-Css3, the variations of "transform: scale()" does not work on any browser apart from Firefox 11 October 2023 by thecoderscamp.com 0👍 ✅ scale() takes a <number>, not sure why Firefox accepts percentages here, but for your case, simply do (this.boxData.scaleOnHover ? `transform: scale(${this.scale / 100});` [Vuejs]-I am trying to render a random array element from a button click using axios and a local json file. What am I missing? Source:stackexchange.com