landing page

This commit is contained in:
carodej
2020-07-08 09:07:11 +02:00
parent 5a5125967f
commit a43f0e6908
46 changed files with 2926 additions and 641 deletions
+6
View File
@@ -43,6 +43,12 @@ const Helpers = {
})
}
Vue.prototype.$scrollTop = function () {
var container = document.getElementById('vue-file-manager')
container.scrollTop = 0
}
Vue.prototype.$getCreditCardBrand = function (brand) {
return `/assets/icons/${brand}.svg`
}