Skip to content

Commit be7eabd

Browse files
committed
chore: bump repl version
1 parent 24d77c2 commit be7eabd

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

packages/sfc-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vite": "^5.0.5"
1414
},
1515
"dependencies": {
16-
"@vue/repl": "^3.1.0",
16+
"@vue/repl": "^3.1.1",
1717
"file-saver": "^2.0.5",
1818
"jszip": "^3.10.1",
1919
"vue": "workspace:*"

packages/sfc-playground/src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ const sfcOptions: SFCOptions = {
6969
},
7070
template: {
7171
isProd: useProdMode.value,
72+
compilerOptions: {
73+
isCustomElement: (tag: string) => tag === 'mjx-container'
74+
}
7275
},
7376
}
7477

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)