This commit is contained in:
07akioni 2020-08-06 01:59:22 +08:00
parent 0a5f9a1413
commit 7914024ccb

View File

@ -1,13 +1,13 @@
import { c, cTB } from '../../../_utils/cssr'
// import { c, cTB } from '../../../_utils/cssr'
export default c([
({ props }) => {
const {
easeInOutCubicBezier
} = props.$base
const {
// export default c([
// ({ props }) => {
// const {
// easeInOutCubicBezier
// } = props.$base
// const {
} = props.$local
return cTB('p', {})
}
])
// } = props.$local
// return cTB('p', {})
// }
// ])