diff options
author | 2021-07-20 04:07:49 +0000 | |
---|---|---|
committer | 2021-07-20 04:07:49 +0000 | |
commit | 50f82e1a53ec5329990ee66fe62adba3fcbcb9e6 (patch) | |
tree | bee01a458fe44e48a396abcd51f912f09d295f55 /examples/snowpack/src/components/NewsTitle.vue | |
parent | 07e533402e234d31b7cf9741bf2d08c32eda88c0 (diff) | |
download | astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.tar.gz astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.tar.zst astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.zip |
[ci] yarn format
Diffstat (limited to 'examples/snowpack/src/components/NewsTitle.vue')
-rw-r--r-- | examples/snowpack/src/components/NewsTitle.vue | 8 |
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> |