chore: fix lint

This commit is contained in:
Benjamin Canac
2022-07-13 16:58:12 +02:00
parent b00a3aa7d6
commit 144b3382ad
3 changed files with 3 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
<script setup lang="ts">
import { ref, computed, useSlots } from 'vue'
import NuxtLink from '#app/components/nuxt-link'
import Icon from '../elements/Icon'
import { classNames } from '../../utils'
import NuxtLink from '#app/components/nuxt-link'
import $ui from '#build/ui'
const props = defineProps({

View File

@@ -45,11 +45,11 @@ import {
import type { Ref } from 'vue'
import { ref, onMounted } from 'vue'
import NuxtLink from '#app/components/nuxt-link'
import Icon from '../elements/Icon'
import Avatar from '../elements/Avatar'
import { classNames, usePopper } from '../../utils'
import $ui from '#build/ui'
import NuxtLink from '#app/components/nuxt-link'
const props = defineProps({
items: {

View File

@@ -1,5 +1,5 @@
import { defineNuxtPlugin } from '#app'
import { useClipboard } from '@vueuse/core'
import { defineNuxtPlugin } from '#app'
import { ClipboardPlugin } from '../types'
export default defineNuxtPlugin((nuxtApp) => {