aboutsummaryrefslogtreecommitdiff
path: root/src/components/SpanCopyable.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SpanCopyable.vue')
-rw-r--r--src/components/SpanCopyable.vue18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/components/SpanCopyable.vue b/src/components/SpanCopyable.vue
index caac35d..c753d2e 100644
--- a/src/components/SpanCopyable.vue
+++ b/src/components/SpanCopyable.vue
@@ -1,12 +1,3 @@
-<template>
- <n-tooltip trigger="hover">
- <template #trigger>
- <span class="value" @click="handleClick">{{ value }}</span>
- </template>
- {{ tooltipText }}
- </n-tooltip>
-</template>
-
<script setup lang="ts">
import { useClipboard } from '@vueuse/core';
import { ref, toRefs } from 'vue';
@@ -27,6 +18,15 @@ function handleClick() {
}
</script>
+<template>
+ <n-tooltip trigger="hover">
+ <template #trigger>
+ <span class="value" @click="handleClick">{{ value }}</span>
+ </template>
+ {{ tooltipText }}
+ </n-tooltip>
+</template>
+
<style scoped lang="less">
.value {
cursor: pointer;
ion value='feat/incremental-build'>feat/incremental-build Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/public (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28Fix Tailwind integration Typescript warning (#3732)Gravatar Victor 2-1/+6
2022-06-27[ci] formatGravatar bholmesdev 2-3/+3
2022-06-27Refactor: remove Deno shim to esbuild "banner" (#3734)Gravatar Ben Holmes 7-15/+22
2022-06-27[ci] formatGravatar FredKSchott 9-23/+25
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157