1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

Basic 3D support

This commit is contained in:
Lars Martens 2020-12-17 16:16:33 +01:00
parent f2bf164431
commit cb781e94eb
9 changed files with 266 additions and 394 deletions

View file

@ -0,0 +1,14 @@
<template>
</template>
<script>
export default {
data() {
// TODO This should be a prop "pose" to allow external modification
return {
};
},
}
</script>