File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55Vue JSX Vapor.
66
7- [ Docs] ( https://jsx-vapor.netlify.app/ ) . [ REPL ] ( https://repl.zmjs.dev/vuejs/vue-jsx-vapor )
7+ [ Docs] ( https://jsx-vapor.netlify.app/ ) . [ Playground ] ( https://repl.zmjs.dev/vuejs/vue-jsx-vapor )
88
99## Install
1010
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default defineConfig({
1414 nav : [
1515 { text : 'Home' , link : '/' } ,
1616 { text : 'Features' , link : '/features/directives' } ,
17- { text : 'REPL ' , link : 'https://repl.zmjs.dev/vuejs/vue-jsx-vapor' } ,
17+ { text : 'Playground ' , link : 'https://repl.zmjs.dev/vuejs/vue-jsx-vapor' } ,
1818 ] ,
1919
2020 sidebar : [
Original file line number Diff line number Diff line change 44
55## Vapor in Virtual DOM
66
7- [ REPL ] ( https://repl.zmjs.dev/vuejs/vapor-in-virtual-dom )
7+ [ Playground ] ( https://repl.zmjs.dev/vuejs/vapor-in-virtual-dom )
88
99::: code-group
1010
@@ -63,7 +63,7 @@ export default defineComponent(() => {
6363
6464## Virtual DOM in Vapor
6565
66- [ REPL ] ( https://repl.zmjs.dev/vuejs/virtual-dom-in-vapor )
66+ [ Playground ] ( https://repl.zmjs.dev/vuejs/virtual-dom-in-vapor )
6767
6868::: code-group
6969
You can’t perform that action at this time.
0 commit comments