// @ts-nocheck
|
|
// export * from '@/uni_modules/lime-animateIt'
|
|
export function createAnimation() {
|
|
console.error('当前环境不支持,请使用:lime-animateIt')
|
|
}
|