Install package
npm install @versoly/vue-taos --saveThen add to your main style.css file:
@custom-variant taos (&.taos-init:where(:not(.taos-animate)));
html.js :where([class*="taos:"]:not(.taos-init)) {
visibility: hidden;
}
@source inline('!duration-[0ms] !delay-[0ms]');