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 4
4
5
5
Vue JSX Vapor.
6
6
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 )
8
8
9
9
## Install
10
10
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default defineConfig({
14
14
nav : [
15
15
{ text : 'Home' , link : '/' } ,
16
16
{ 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' } ,
18
18
] ,
19
19
20
20
sidebar : [
Original file line number Diff line number Diff line change 4
4
5
5
## Vapor in Virtual DOM
6
6
7
- [ REPL ] ( https://repl.zmjs.dev/vuejs/vapor-in-virtual-dom )
7
+ [ Playground ] ( https://repl.zmjs.dev/vuejs/vapor-in-virtual-dom )
8
8
9
9
::: code-group
10
10
@@ -63,7 +63,7 @@ export default defineComponent(() => {
63
63
64
64
## Virtual DOM in Vapor
65
65
66
- [ REPL ] ( https://repl.zmjs.dev/vuejs/virtual-dom-in-vapor )
66
+ [ Playground ] ( https://repl.zmjs.dev/vuejs/virtual-dom-in-vapor )
67
67
68
68
::: code-group
69
69
You can’t perform that action at this time.
0 commit comments