Skip to content

Commit 3c6d657

Browse files
committed
chore: update playground name & links
1 parent 59f1b63 commit 3c6d657

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<title>Vue 2 JSX Playground</title>
8+
<title>JSX-Vue2 Playground</title>
99

1010
<link rel="stylesheet" href="./style.css">
1111
<script type="module" src="./index.ts"></script>

packages/playground/options.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ const App = {
2222
setup() {
2323
return () => [
2424
h('div', { attrs: { id: 'header' } }, [
25-
h('h1', 'Vue 2 JSX Explorer'),
25+
h('h1', 'JSX-Vue2 Playground'),
2626
h(
2727
'a',
2828
{
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+
},
3333
},
3434
'History',
3535
),

0 commit comments

Comments
 (0)