initial crud, index form

This commit is contained in:
bitkarrot 2023-03-02 15:51:42 -08:00
commit 577a3932f5
4 changed files with 83 additions and 5 deletions

View file

@ -9,6 +9,8 @@ var locationPath = [
window.location.pathname
].join('')
var domain = window.location.hostname
var mapPayLink = obj => {
obj._data = _.clone(obj)
obj.date = Quasar.utils.date.formatDate(
@ -26,6 +28,7 @@ new Vue({
mixins: [windowMixin],
data() {
return {
domain: domain,
currencies: [],
fiatRates: {},
checker: null,
@ -137,7 +140,8 @@ new Vue({
'success_text',
'success_url',
'comment_chars',
'currency'
'currency',
'username'
),
(value, key) =>
(key === 'webhook_url' ||