I have code. Use Nuxt.js 2 option api + ts
computed: {
form: {
get: () => this.value,
set: (value) => this.$emit('input', value)
}
}
and errors
TS7017: Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
TS7017: Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.