mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-09-11 00:33:17 +08:00
fix: fix provide inject error
This commit is contained in:
11
components/_util/wave/index.tsx
Normal file
11
components/_util/wave/index.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
const Wave = defineComponent({
|
||||
name: 'Wave',
|
||||
inheritAttrs: false,
|
||||
setup() {
|
||||
return () => {}
|
||||
}
|
||||
})
|
||||
|
||||
export default Wave
|
Reference in New Issue
Block a user