How can I get an arbitrary one of the numbers from 1 to 1000 in VUE?
data() {
return {
product : this.productreuqesturl,
moneyLangPriceProps: this.moneylang,
originalPrice : parseInt(this.price),
price_print : 0,
options : [],
types : [],
unique_number : Math.floor(Math.random() * 900000),
};
},