CdTgr/vue3-q-tel-input

I use in Nuxt3 but it canot work

Closed this issue · 3 comments

confirm
<script setup> import Vue3QTelInput from 'vue3-q-tel-input' import 'vue3-q-tel-input/dist/vue3-q-tel-input.esm.css' const tel = ref('12345') </script>

but in console

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'dark')

function use_dark_default(props4, $q) {
return computed6(() => props4.dark === null ? $q.dark.isActive : props4.dark);
}

@chalatusitemiao Are you sure it is coming from this project? Because I don't see any where I am using the dark property in the code.

@chalatusitemiao any update?

CdTgr commented

Closing due to missing information