蘇柏綸
蘇柏綸

Reputation: 49

volar error: Property 'xxx' does not exist on type 'unknown'.ts(2339)

I update my extersion Vue Language Features (Volar) to v1.4.1
(with vue3 and ts)
then my code shows following error

enter image description here

radioButton is one of my table column
enter image description here

row and index are the data and index that I set into the table from API should I cahange any setting or I need to fix my code?

Upvotes: 0

Views: 569

Answers (1)

蘇柏綸
蘇柏綸

Reputation: 49

there are 2 ways to fix this error:
first
#radioButton="{ row, index }: any"

second
update volar to next version...

Upvotes: 0

Related Questions