Переглянути джерело

Add new component scaffolding

sbkwgh 8 роки тому
батько
коміт
0d1439e0ad
1 змінених файлів з 17 додано та 0 видалено
  1. 17 0
      src/components/ThreadDisplay.vue

+ 17 - 0
src/components/ThreadDisplay.vue

@@ -0,0 +1,17 @@
+<template>
+	<div class='thread_display'>
+	</div>
+</template>
+
+<script>
+	export default {
+		name: 'ThreadDisplay',
+		props: ['thread']
+	}
+</script>
+
+<style lang='scss' scoped>
+	.thread_display {
+		
+	}
+</style>