summaryrefslogtreecommitdiff
path: root/examples/snowpack/src/components/NewsTitle.vue
diff options
context:
space:
mode:
Diffstat (limited to 'examples/snowpack/src/components/NewsTitle.vue')
-rw-r--r--examples/snowpack/src/components/NewsTitle.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/snowpack/src/components/NewsTitle.vue b/examples/snowpack/src/components/NewsTitle.vue
index 00194ac1e..fdc77b600 100644
--- a/examples/snowpack/src/components/NewsTitle.vue
+++ b/examples/snowpack/src/components/NewsTitle.vue
@@ -8,8 +8,8 @@ export default {
props: {
title: {
type: String,
- required: true
- }
- }
-}
+ required: true,
+ },
+ },
+};
</script>