Skip to content

Commit 0b93cd6

Browse files
authored
feat: export Preview component (vuejs#39)
1 parent 6b9b7bc commit 0b93cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { default as Repl } from './Repl.vue'
2+
export { default as Preview } from './output/Preview.vue'
23
export { ReplStore, File } from './store'
34
export { compileFile } from './transform'
45
export type { Props as ReplProps } from './Repl.vue'

0 commit comments

Comments
 (0)