feat: add product to cart from main page
This commit is contained in:
parent
7516e0bc99
commit
e72f013d84
7 changed files with 14 additions and 53 deletions
|
|
@ -15,7 +15,6 @@ async function marketConfig(path) {
|
|||
},
|
||||
methods: {
|
||||
addMerchant: async function () {
|
||||
console.log('### market config', this.merchants)
|
||||
if (!isValidKey(this.inputPubkey, 'npub')) {
|
||||
this.$q.notify({
|
||||
message: 'Invalid Public Key!',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue