mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
chore: remove createVNode import
This commit is contained in:
parent
0f79d798e9
commit
0046959bf3
@ -1,4 +1,4 @@
|
||||
import { createStaticVNode, createVNode, defineComponent, getCurrentInstance, h, onBeforeUnmount, onMounted, ref } from 'vue'
|
||||
import { createStaticVNode, defineComponent, getCurrentInstance, h, onBeforeUnmount, onMounted, ref } from 'vue'
|
||||
import type { Component, ComponentInternalInstance, Ref } from 'vue'
|
||||
// import ClientOnly from '#app/components/client-only'
|
||||
import { getFragmentHTML } from '#app/components/utils'
|
||||
|
Loading…
Reference in New Issue
Block a user