mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-01 00:00:29 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
2375650c36
commit
31002ecc2d
@ -1,4 +1,4 @@
|
|||||||
import { defineComponent, h, onBeforeUnmount, onMounted, ref, getCurrentInstance, createStaticVNode } from 'vue'
|
import { createStaticVNode, defineComponent, getCurrentInstance, h, onBeforeUnmount, onMounted, ref } from 'vue'
|
||||||
import type { Component, Ref } from 'vue'
|
import type { Component, Ref } from 'vue'
|
||||||
// import ClientOnly from '#app/components/client-only'
|
// import ClientOnly from '#app/components/client-only'
|
||||||
import { useObserver } from '#app/utils'
|
import { useObserver } from '#app/utils'
|
||||||
|
Loading…
Reference in New Issue
Block a user