fix(nuxt): add missing import to client only wrapper (#4851)

This commit is contained in:
Jalil Wahdatehagh 2022-05-06 15:32:05 +02:00 committed by Pooya Parsa
parent 92847ed924
commit 5816fee892

View File

@ -1,4 +1,4 @@
import { ref, onMounted, defineComponent, createElementBlock } from 'vue'
import { ref, onMounted, defineComponent, createElementBlock, h } from 'vue'
export default defineComponent({
name: 'ClientOnly',