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
importSmartBannerfrom'smart-app-banner'import'smart-app-banner/dist/smart-app-banner.css'newVue({el: '#app',template: '<App/>',components: { App },created(){newSmartBanner({daysHidden: 15,// days to hide banner after close button is clicked (defaults to 15)daysReminder: 90,// days to hide banner after "VIEW" button is clicked (defaults to 90)title: 'Your title',author: 'Author',button: 'VIEW',store: {ios: 'On the App Store',android: 'In Google Play',windows: 'In Windows store'},price: {ios: 'FREE',android: 'FREE',windows: 'FREE'}// , theme: '' // put platform type ('ios', 'android', etc.) here to force single theme on all device// , icon: '' // full path to icon image if not using website icon image})}}).$mount('#app')
Please tell where I need to implement this global object with Smartbanner and does it support deep linking?
The text was updated successfully, but these errors were encountered: