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"
|
@update="updateLists"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<list-actions
|
<game-board-actions
|
||||||
v-else
|
v-else
|
||||||
@update="updateLists"
|
@update="updateLists"
|
||||||
@scroll="scroll"
|
@scroll="scroll"
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ListActions from '@/components/Lists/ListActions';
|
import GameBoardActions from '@/components/GameBoard/GameBoardActions';
|
||||||
import GameBoardPlaceholder from '@/components/GameBoard/GameBoardPlaceholder';
|
import GameBoardPlaceholder from '@/components/GameBoard/GameBoardPlaceholder';
|
||||||
import Tag from '@/components/Tag/Tag';
|
import Tag from '@/components/Tag/Tag';
|
||||||
import ListAdd from '@/components/Lists/ListAdd';
|
import ListAdd from '@/components/Lists/ListAdd';
|
||||||
|
@ -95,7 +95,7 @@ export default {
|
||||||
draggable,
|
draggable,
|
||||||
List,
|
List,
|
||||||
// DevDebug,
|
// DevDebug,
|
||||||
ListActions,
|
GameBoardActions,
|
||||||
GameBoardPlaceholder,
|
GameBoardPlaceholder,
|
||||||
ListAdd,
|
ListAdd,
|
||||||
Tag,
|
Tag,
|
||||||
|
|
Loading…
Reference in a new issue