[Vuejs]-Using Ionic native InAppPurchase2 plugin with Vue

0👍

In Vue you have to use

import { InAppPurchase2, IAPProduct } from '@ionic-native/in-app-purchase-2';

instead of the angular version (~/ngx)

Leave a comment