0.1.3 • Published 3 years ago

keyframes-scoped-fix v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

fix(compiler-sfc): scope Id should not be attached to the Rules in the keyframes https://github.com/vuejs/vue-next/pull/3308


Vue3.0.7 bug temporary solution, through plugins to repair;

// vite.congfig.js
import keyframesScopedFix from 'keyframes-scoped-fix';
module.exports = {
    ...
    plugins: [keyframesScopedFix()],
    ...
}