diff --git a/components/Card.vue b/components/Card.vue index bb4d4cc..74b2476 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -100,26 +100,26 @@ const handleSize = () => {

{{ words[currentIndex].word }}

-
+
-

{{ +

{{ words[currentIndex].word }}

- {{ type }} + {{ type }}
-
- -

{{ +

+ +

{{ words[currentIndex].english }}

-
- -

{{ +

+ +

{{ words[currentIndex].thai }}

-
+
-

Example

-
  • +

    Example

    +
  • {{ example }}
  • diff --git a/layouts/default.vue b/layouts/default.vue index 808603a..a53faea 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -5,7 +5,7 @@ const { width, height } = useWindowSize()