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

index.js « helpers « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2c5caf0bdb822eb79e8fdd05eedc54221416cf7 (plain)
1
2
3
import mountComponent, { mountComponentWithStore } from './vue_mount_component_helper';

export { mountComponent, mountComponentWithStore };