already exported Preview component: https://github.com/vuejs/repl/blob/main/src/index.ts#L2
but not export injectKeyProps symbol:
|
export const injectKeyProps: InjectionKey< |
As a result, the separate Preview component cannot be used at all: https://github.com/vuejs/repl/blob/main/src/output/Preview.vue#L20
already exported
Previewcomponent: https://github.com/vuejs/repl/blob/main/src/index.ts#L2but not export
injectKeyPropssymbol:repl/src/types.ts
Line 18 in 47da477
As a result, the separate
Previewcomponent cannot be used at all: https://github.com/vuejs/repl/blob/main/src/output/Preview.vue#L20