fix(tag): border transition

This commit is contained in:
07akioni 2020-12-28 00:31:39 +08:00
parent e59cfbb871
commit 8977a0e67e
2 changed files with 3 additions and 2 deletions

View File

@ -113,10 +113,10 @@
"vue": "^3.0.4",
"vueuc": "0.0.3"
},
"sideEffects": false,
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
},
"sideEffects": false
}

View File

@ -37,6 +37,7 @@ export default c([
padding,
borderRadius,
transition: `
border-color .3s ${cubicBezierEaseInOut},
background-color .3s ${cubicBezierEaseInOut},
color .3s ${cubicBezierEaseInOut},
box-shadow .3s ${cubicBezierEaseInOut},