game scenarios
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<line :x1="x" :y1="y" :x2="x" :y2="y" class="annotation point"></line>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props:{
|
||||
x: Number,
|
||||
y: Number
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user