mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Renamed list actions to game board actions
This commit is contained in:
parent
42f3a25e67
commit
e0a0c94364
2 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
|||
@update="updateLists"
|
||||
/>
|
||||
|
||||
<list-actions
|
||||
<game-board-actions
|
||||
v-else
|
||||
@update="updateLists"
|
||||
@scroll="scroll"
|
||||
|
@ -74,7 +74,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ListActions from '@/components/Lists/ListActions';
|
||||
import GameBoardActions from '@/components/GameBoard/GameBoardActions';
|
||||
import GameBoardPlaceholder from '@/components/GameBoard/GameBoardPlaceholder';
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import ListAdd from '@/components/Lists/ListAdd';
|
||||
|
@ -95,7 +95,7 @@ export default {
|
|||
draggable,
|
||||
List,
|
||||
// DevDebug,
|
||||
ListActions,
|
||||
GameBoardActions,
|
||||
GameBoardPlaceholder,
|
||||
ListAdd,
|
||||
Tag,
|
||||
|
|
Loading…
Reference in a new issue