Skip to content

vue3.0.7fix(compiler-sfc): scope Id should not be attached to the Rules in the keyframes

Notifications You must be signed in to change notification settings

ArthurSuz/keyframesScopedFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fix(compiler-sfc): scope Id should not be attached to the Rules in the keyframes vuejs/core#3308


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

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

About

vue3.0.7fix(compiler-sfc): scope Id should not be attached to the Rules in the keyframes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published