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

index.js « vue « __mocks__ « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52a5c6c5fcd78c871f0f6ae0706d4cb610392af2 (plain)
1
2
3
4
5
6
7
import Vue from 'vue';

Vue.config.productionTip = false;
Vue.config.devtools = false;

export default Vue;
export * from 'vue';