We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc294be commit ebe274dCopy full SHA for ebe274d
examples/vite-vue3/src/components/global/avatar.vue
@@ -1,9 +1,9 @@
1
-<template>
2
- <h3>Global Namespaced Component: <code>global/avatar.vue</code></h3>
3
-</template>
4
-
5
<script>
6
export default {
7
name: 'Avatar',
8
}
9
</script>
+
+<template>
+ <h3>Global Namespaced Component: <code>global/avatar.vue</code></h3>
+</template>
0 commit comments