Compare commits
2 Commits
8a80a7d732
...
327533c003
Author | SHA1 | Date | |
---|---|---|---|
|
327533c003 | ||
|
e9a71a1116 |
@ -17,12 +17,22 @@ import { mapGetters } from 'vuex';
|
||||
import MenuTrain from './menuTrain';
|
||||
import MenuButton from './menuButton';
|
||||
import MenuBar from './localWorkMenuBar';
|
||||
import MenuSignal from './menuSignal';
|
||||
import MenuStationStand from './menuStationStand';
|
||||
import MenuSwitch from './menuSwitch';
|
||||
import MenuSection from './menuSection';
|
||||
import MenuStation from './menuStation';
|
||||
export default {
|
||||
name: 'LocalWorkMenu',
|
||||
components: {
|
||||
MenuTrain,
|
||||
MenuButton,
|
||||
MenuBar
|
||||
MenuBar,
|
||||
MenuSignal,
|
||||
MenuStationStand,
|
||||
MenuSwitch,
|
||||
MenuSection,
|
||||
MenuStation
|
||||
},
|
||||
props: {
|
||||
selected: {
|
||||
|
Loading…
Reference in New Issue
Block a user