summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-vue/src/pages/index.astro')
-rw-r--r--examples/framework-vue/src/pages/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/src/pages/index.astro b/examples/framework-vue/src/pages/index.astro
index 1ce7919bd..2dcc11da6 100644
--- a/examples/framework-vue/src/pages/index.astro
+++ b/examples/framework-vue/src/pages/index.astro
@@ -33,9 +33,9 @@ import Counter from '../components/Counter.vue'
</head>
<body>
<main>
- <Counter:visible>
+ <Counter client:visible>
<h1>Hello Vue!</h1>
- </Counter:visible>
+ </Counter>
</main>
</body>
</html>