Skip to content

Commit

Permalink
fix: missing register version list
Browse files Browse the repository at this point in the history
Former-commit-id: bd9a8cc
  • Loading branch information
ci010 committed Jul 15, 2019
1 parent 2a40bca commit ff73cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/windows/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ import select from '../../store';
import router from './router';
import VersionMenu from './VersionMenu';
import ForgeVersionList from './ForgeVersionList';
import LocalVersionList from './LocalVersionList';
import MinecraftVersionList from './MinecraftVersionList';
import start from '../../start';

Vue.use(VueParticles);
Vue.component('version-menu', VersionMenu);
Vue.component('minecraft-version-list', MinecraftVersionList);
Vue.component('forge-version-list', ForgeVersionList);
Vue.component('local-version-list', LocalVersionList);

const store = select({ modules: ['user', 'profile', 'version', 'resource'] });

Expand Down

0 comments on commit ff73cdf

Please sign in to comment.