We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
already exported Preview component: https://github.com/vuejs/repl/blob/main/src/index.ts#L2
Preview
but not export injectKeyProps symbol:
injectKeyProps
repl/src/types.ts
Line 18 in 47da477
As a result, the separate Preview component cannot be used at all: https://github.com/vuejs/repl/blob/main/src/output/Preview.vue#L20
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
already exported
Preview
component: https://github.com/vuejs/repl/blob/main/src/index.ts#L2but not export
injectKeyProps
symbol:repl/src/types.ts
Line 18 in 47da477
As a result, the separate
Preview
component cannot be used at all: https://github.com/vuejs/repl/blob/main/src/output/Preview.vue#L20The text was updated successfully, but these errors were encountered: