diff --git a/playground/app.vue b/playground/app.vue index 5ae1912..2866cbd 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -3,11 +3,9 @@

Nuxt - Stripe module playground

Stripe client

- - - {{ stripeClient ? stripeClient : 'Loading...' }} - - + + {{ stripeClient ? stripeClient : 'Loading...' }} +
diff --git a/playground/components/OtherComponent.vue b/playground/components/OtherComponent.vue index 6d1768a..e7c3be5 100644 --- a/playground/components/OtherComponent.vue +++ b/playground/components/OtherComponent.vue @@ -1,13 +1,13 @@