File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import {
4
4
createComponent ,
5
+ createSlots ,
5
6
createVaporApp ,
6
7
defineComponent ,
7
8
getCurrentInstance ,
8
9
nextTick ,
9
10
ref ,
10
11
template ,
11
12
} from '../src'
12
- import { createSlots } from '../src/apiCreateSlots'
13
13
import { makeRender } from './_utils'
14
14
15
15
const define = makeRender < any > ( )
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ export interface ComponentInternalInstance {
48
48
component : FunctionalComponent | ObjectComponent
49
49
comps : Set < ComponentInternalInstance >
50
50
dirs : Map < Node , DirectiveBinding [ ] >
51
-
52
51
rawProps : NormalizedRawProps
53
52
propsOptions : NormalizedPropsOptions
54
53
emitsOptions : ObjectEmitsOptions | null
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ export {
100
100
onErrorCaptured ,
101
101
// onServerPrefetch,
102
102
} from './apiLifecycle'
103
-
104
103
export {
105
104
createVaporApp ,
106
105
type App ,
You can’t perform that action at this time.
0 commit comments