feat: basic shipping zones UI

This commit is contained in:
Vlad Stan 2023-02-28 13:08:58 +02:00
parent 7c15f8ff45
commit dcda99830e
5 changed files with 59 additions and 2 deletions

View file

@ -3,6 +3,7 @@ const merchant = async () => {
await stallDetails('static/components/stall-details/stall-details.html')
await keyPair('static/components/key-pair/key-pair.html')
await shippingZones('static/components/shipping-zones/shipping-zones.html')
const nostr = window.NostrTools
@ -12,6 +13,7 @@ const merchant = async () => {
data: function () {
return {
merchant: {},
shippingZones: [],
showKeys: false
}
},