You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vue environment it's rarely necessary to assign id attribute to an element. Now user have to set an unique id otherwise there will be elements with the same id (e.g. grid).
To make id optional:
id: {
type: String,
default: null
},
The text was updated successfully, but these errors were encountered:
In Vue environment it's rarely necessary to assign id attribute to an element. Now user have to set an unique id otherwise there will be elements with the same id (e.g.
grid
).To make id optional:
The text was updated successfully, but these errors were encountered: