Renamed, moved LogTab to CharacterLog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template lang="html">
|
||||
<div
|
||||
style="height: 100%; overflow: hidden;"
|
||||
class="log-tab layout column justify-end"
|
||||
class="character-log layout column justify-end"
|
||||
>
|
||||
<div
|
||||
class="log flex layout column reverse align-end pa-3"
|
||||
@@ -10,7 +10,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import LogTab from '/imports/ui/creature/character/characterSheetTabs/LogTab.vue';
|
||||
import LogTab from '/imports/ui/creature/character/CharacterLog.vue';
|
||||
export default {
|
||||
components: {
|
||||
LogTab,
|
||||
|
||||
Reference in New Issue
Block a user