0
You have a typo in a variable name inside mounted
hook – used with capital I
.
In data: itemPriceList
In mounted hook: this.ItemPriceList
Should be the same as defined inside data
property.
Source:stackexchange.com
0
You have a typo in a variable name inside mounted
hook – used with capital I
.
In data: itemPriceList
In mounted hook: this.ItemPriceList
Should be the same as defined inside data
property.