mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
chore
This commit is contained in:
parent
0a5f9a1413
commit
7914024ccb
@ -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', {})
|
||||
// }
|
||||
// ])
|
||||
|
Loading…
Reference in New Issue
Block a user