add input animation + input item rafctor
This commit is contained in:
parent
74d6d45150
commit
3cf07e2b45
7 changed files with 121 additions and 63 deletions
3
src/types/vueRef/index.ts
Normal file
3
src/types/vueRef/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export interface Ref<A> {
|
||||
value: A;
|
||||
}
|
||||
Loading…
Reference in a new issue