-1๐
I used script in header method like this,
head() {
return {
script: true
? [{ src: "https://checkout.razorpay.com/v1/checkout.js" }]
: [{ src: "https://checkout.razorpay.com/v1/razorpay.js" }],
// script: [{ src: "https://checkout.razorpay.com/v1/checkout.js" }],
};
}
- [Vuejs]-Vue component is not inserted when called in HTML code
- [Vuejs]-Create Global Function For Checking If LocalStorage is not empty โ Vue.JS
Source:stackexchange.com