Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « index « packages « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c4a10fd653da8d5316ea19a696f916788d098ef (plain)
1
2
3
4
5
import initPackageList from '~/packages/list/packages_list_app_bundle';

if (document.getElementById('js-vue-packages-list')) {
  initPackageList();
}