Reputation: 49
I update my extersion Vue Language Features (Volar) to v1.4.1
(with vue3 and ts)
then my code shows following error
radioButton is one of my table column
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
Reputation: 49
there are 2 ways to fix this error:
first
#radioButton="{ row, index }: any"
second
update volar to next version...
Upvotes: 0