feat: one pool to rule them all (WIP)
This commit is contained in:
parent
aefe43f8a8
commit
47adf676e2
4 changed files with 12 additions and 5 deletions
|
|
@ -18,6 +18,7 @@
|
|||
:account="account ? account : dropIn"
|
||||
:merchant="stall.pubkey"
|
||||
:relays="relays"
|
||||
:pool="pool"
|
||||
/>
|
||||
<shopping-cart
|
||||
:cart="cart"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ async function customerStall(path) {
|
|||
'products',
|
||||
'product-detail',
|
||||
'change-page',
|
||||
'relays'
|
||||
'relays',
|
||||
'pool'
|
||||
],
|
||||
data: function () {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue