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 4c2c620 commit 57cef65Copy full SHA for 57cef65
src/components/Perf.vue
@@ -0,0 +1,6 @@
1
+<!-- eslint-disable vue/valid-template-root -->
2
+<script setup lang="ts">
3
+import { usePerf } from '../composables/usePerf'
4
+
5
+usePerf()
6
+</script>
0 commit comments