File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
- < title > Vue 2 JSX Playground</ title >
8
+ < title > JSX-Vue2 Playground</ title >
9
9
10
10
< link rel ="stylesheet " href ="./style.css ">
11
11
< script type ="module " src ="./index.ts "> </ script >
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ const App = {
22
22
setup ( ) {
23
23
return ( ) => [
24
24
h ( 'div' , { attrs : { id : 'header' } } , [
25
- h ( 'h1' , 'Vue 2 JSX Explorer ' ) ,
25
+ h ( 'h1' , 'JSX-Vue2 Playground ' ) ,
26
26
h (
27
27
'a' ,
28
28
{
29
- // FIXME:
30
- href : 'https://github. com/vuejs /jsx-vue2' ,
31
- // href : 'https://app.netlify.com/sites/vue-next-jsx-explorer/deploys ',
32
- target : '_blank' ,
29
+ attrs : {
30
+ href : 'https://app.netlify. com/sites /jsx-vue2-playground/deploys ' ,
31
+ target : '_blank ' ,
32
+ } ,
33
33
} ,
34
34
'History' ,
35
35
) ,
You can’t perform that action at this time.
0 commit comments