diff options
Diffstat (limited to 'examples/snowpack/src/components/NewsTitle.vue')
-rw-r--r-- | examples/snowpack/src/components/NewsTitle.vue | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/snowpack/src/components/NewsTitle.vue b/examples/snowpack/src/components/NewsTitle.vue deleted file mode 100644 index fdc77b600..000000000 --- a/examples/snowpack/src/components/NewsTitle.vue +++ /dev/null @@ -1,15 +0,0 @@ -<template> - <h2 class="content-title"> - {{ title }} - </h2> -</template> -<script> -export default { - props: { - title: { - type: String, - required: true, - }, - }, -}; -</script> |