File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 75
75
" Suspense" ,
76
76
" SuspenseBoundary" ,
77
77
" RootHydrateFunction" ,
78
+ " BaseTransitionProps" ,
79
+ " TransitionHooks" ,
80
+ " TransitionState" ,
81
+ " useTransitionState" ,
82
+ " BaseTransitionPropsValidators" ,
83
+ " BaseTransition" ,
84
+ " resolveTransitionHooks" ,
85
+ " setTransitionHooks" ,
86
+ " getTransitionRawChildren" ,
78
87
" Renderer" ,
79
88
" HydrationRenderer" ,
80
89
" RootRenderFunction" ,
135
144
" AppContext" ,
136
145
" Plugin" ,
137
146
" CreateAppFunction" ,
138
- " BaseTransitionProps" ,
139
- " TransitionHooks" ,
140
- " TransitionState" ,
141
- " useTransitionState" ,
142
- " BaseTransitionPropsValidators" ,
143
- " BaseTransition" ,
144
- " resolveTransitionHooks" ,
145
- " setTransitionHooks" ,
146
- " getTransitionRawChildren" ,
147
147
" TeleportProps" ,
148
148
" Teleport" ,
149
149
" resolveComponent" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 9.18.0 " ,
3
+ "version" : " 9.18.1 " ,
4
4
"description" : " Official ESLint plugin for Vue.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments