Attribute -webkit-box-orient in css not working when build in vuejs? Attribute -webkit-box-orient in css not working when build in vuejs? vue.js vue.js

Attribute -webkit-box-orient in css not working when build in vuejs?


This was a hard one. My friend found this page https://blog.csdn.net/niesiyuan000/article/details/79301492

/*! autoprefixer: off */  -webkit-box-orient: vertical;  /* autoprefixer: on */

seems to do the trick, if you don't want to change the configuration.