added views and point data text

This commit is contained in:
ori agranat
2019-09-22 00:14:12 +03:00
parent abe01128d8
commit e5fa1000c6
7 changed files with 117 additions and 37 deletions

View File

@@ -0,0 +1,18 @@
<template>
<span>aaaaaaaaaaad</span>
</template>
<script>
export default {
name: 'Input',
data() {
return {
}
}
}
</script>
<style scoped>
</style>