aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/ExampleComponent.vue
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/ExampleComponent.vue')
-rw-r--r--client/src/components/ExampleComponent.vue14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/src/components/ExampleComponent.vue b/client/src/components/ExampleComponent.vue
deleted file mode 100644
index 5e207f9..0000000
--- a/client/src/components/ExampleComponent.vue
+++ /dev/null
@@ -1,14 +0,0 @@
-<template>
- <div>
- <p v-text="msg"></p>
- </div>
-</template>
-
-<script>
-export default {
- name: 'ExampleComponent',
- props: {
- msg: String
- }
-}
-</script>