diff --git a/doc/speeddial/LinearDoc.vue b/doc/speeddial/LinearDoc.vue
index b9f1a9969..7e5cf945b 100644
--- a/doc/speeddial/LinearDoc.vue
+++ b/doc/speeddial/LinearDoc.vue
@@ -3,7 +3,7 @@
SpeedDial items are defined with the model property based on MenuModel API. Default orientation of the items is linear and direction property is used to define the position of the items related to the button.
-
+
@@ -64,7 +64,7 @@ export default {
options: `
-
+
@@ -123,7 +123,7 @@ export default {
composition: `
-
+
diff --git a/doc/speeddial/QuarterCircleDoc.vue b/doc/speeddial/QuarterCircleDoc.vue
index f6b4f4da5..ba455cfe3 100644
--- a/doc/speeddial/QuarterCircleDoc.vue
+++ b/doc/speeddial/QuarterCircleDoc.vue
@@ -3,7 +3,7 @@
Setting type as quarter-circle displays the items at one of four corners of a button based on the direction.
-
+
@@ -64,7 +64,7 @@ export default {
options: `
-
+
@@ -123,7 +123,7 @@ data() {
composition: `
-
+
diff --git a/doc/speeddial/SemiCircleDoc.vue b/doc/speeddial/SemiCircleDoc.vue
index ae8667095..c38beb524 100644
--- a/doc/speeddial/SemiCircleDoc.vue
+++ b/doc/speeddial/SemiCircleDoc.vue
@@ -3,7 +3,7 @@
When type is defined as semi-circle, items are displayed in a half-circle around the button.
-
+
@@ -64,7 +64,7 @@ export default {
options: `