mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix(nuxt): add missing import to client only wrapper (#4851)
This commit is contained in:
parent
92847ed924
commit
5816fee892
@ -1,4 +1,4 @@
|
||||
import { ref, onMounted, defineComponent, createElementBlock } from 'vue'
|
||||
import { ref, onMounted, defineComponent, createElementBlock, h } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'ClientOnly',
|
||||
|
Loading…
Reference in New Issue
Block a user