feat: add tooltip for status action

This commit is contained in:
三咲智子 2022-11-24 13:04:20 +08:00
parent b947931d3b
commit 6b3a14cf1e
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
6 changed files with 132 additions and 36 deletions

7
plugins/floating-vue.ts Normal file
View file

@ -0,0 +1,7 @@
import FloatingVue from 'floating-vue'
import { defineNuxtPlugin } from '#app'
import 'floating-vue/dist/style.css'
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(FloatingVue)
})