发布 0.1.0:通知渠道、告警规则与多项体验修复
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import { NButton, NIcon, useMessage } from 'naive-ui'
|
||||
import { NButton, NIcon } from 'naive-ui'
|
||||
|
||||
import { truncOcid } from '@/composables/useFormat'
|
||||
import { useToast } from '@/composables/useToast'
|
||||
|
||||
const props = defineProps<{ ocid: string }>()
|
||||
|
||||
const message = useMessage()
|
||||
const message = useToast()
|
||||
|
||||
async function copy() {
|
||||
await navigator.clipboard.writeText(props.ocid)
|
||||
|
||||
Reference in New Issue
Block a user