Skip to content

Commit ebe274d

Browse files
committed
chore: lint
1 parent bc294be commit ebe274d

File tree

1 file changed

+4
-4
lines changed
  • examples/vite-vue3/src/components/global

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<template>
2-
<h3>Global Namespaced Component: <code>global/avatar.vue</code></h3>
3-
</template>
4-
51
<script>
62
export default {
73
name: 'Avatar',
84
}
95
</script>
6+
7+
<template>
8+
<h3>Global Namespaced Component: <code>global/avatar.vue</code></h3>
9+
</template>

0 commit comments

Comments
 (0)