Skip to content

Commit

Permalink
chore: bump repl version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 2, 2024
1 parent 24d77c2 commit be7eabd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sfc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.0.5"
},
"dependencies": {
"@vue/repl": "^3.1.0",
"@vue/repl": "^3.1.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue": "workspace:*"
Expand Down
3 changes: 3 additions & 0 deletions packages/sfc-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ const sfcOptions: SFCOptions = {
},
template: {
isProd: useProdMode.value,
compilerOptions: {
isCustomElement: (tag: string) => tag === 'mjx-container'
}
},
}
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be7eabd

Please sign in to comment.