- Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico
+ Cafe Basilico
250 ft
From 39d901a78fd170039463a47d40ccc48d6a149e2f Mon Sep 17 00:00:00 2001
From: Andrei
Date: Sat, 8 Sep 2018 13:30:50 +0100
Subject: [PATCH 6/8] Fix carousel-control margin class (#65)
q-mr-small -> q-mr-sm
---
src/pages/showcase/media/carousel.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/showcase/media/carousel.vue b/src/pages/showcase/media/carousel.vue
index 842a2b3..c11a6c9 100644
--- a/src/pages/showcase/media/carousel.vue
+++ b/src/pages/showcase/media/carousel.vue
@@ -146,7 +146,7 @@
color="amber" text-color="black"
icon="keyboard_arrow_left"
round dense
- class="q-mr-small"
+ class="q-mr-sm"
/>
Date: Sat, 1 Dec 2018 09:12:59 +0200
Subject: [PATCH 7/8] Quasar Play Dialog Example throwing in the console for
some examples #70
---
src/pages/showcase/popups/dialog.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/showcase/popups/dialog.vue b/src/pages/showcase/popups/dialog.vue
index 62a4032..2b46b0a 100644
--- a/src/pages/showcase/popups/dialog.vue
+++ b/src/pages/showcase/popups/dialog.vue
@@ -100,7 +100,7 @@ export default {
title: 'Positioned',
message: `This dialog appears from ${position}.`,
position
- })
+ }).catch(() => {})
},
onOk () {
console.log('ok')
@@ -120,7 +120,7 @@ export default {
this.$q.dialog({
title: 'Please specify your name!',
message: `Can't buy tickets without knowing your name.`
- })
+ }).catch(() => {})
}
else {
await okFn()
@@ -155,7 +155,7 @@ export default {
this.$q.dialog({
title: 'Alert',
message: 'Modern HTML5 front-end framework on steroids.'
- })
+ }).catch(() => {})
}
},
{
@@ -215,7 +215,7 @@ export default {
color: 'secondary'
}).then(data => {
this.$q.notify(`You selected: ${data}`)
- })
+ }).catch(() => {})
}
},
{
@@ -239,7 +239,7 @@ export default {
color: 'secondary'
}).then(data => {
this.$q.notify(`You selected: ${JSON.stringify(data)}`)
- })
+ }).catch(() => {})
}
}
],
From edb50f56b16df0c85d72dc6aa55d846254325820 Mon Sep 17 00:00:00 2001
From: Matheus Leal
Date: Fri, 19 Apr 2019 23:36:30 -0300
Subject: [PATCH 8/8] Update search.vue (#75)
---
src/pages/showcase/forms/search.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/showcase/forms/search.vue b/src/pages/showcase/forms/search.vue
index cb82b49..aba69b4 100644
--- a/src/pages/showcase/forms/search.vue
+++ b/src/pages/showcase/forms/search.vue
@@ -6,7 +6,7 @@
-
+