Skip to content
Snippets Groups Projects
Commit c7dd9a6e authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Merge branch 'winh-mounthelper-path-docs' into 'master'

Fix mountComponent helper path in docs

See merge request gitlab-org/gitlab-ce!20511
parents 2f96930d ded205b4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
@@ -425,7 +425,7 @@ There is a helper in `spec/javascripts/helpers/vue_mount_component_helper.js` th
Loading
@@ -425,7 +425,7 @@ There is a helper in `spec/javascripts/helpers/vue_mount_component_helper.js` th
   
```javascript ```javascript
import Vue from 'vue'; import Vue from 'vue';
import mountComponent from 'helpers/vue_mount_component_helper.js' import mountComponent from 'spec/helpers/vue_mount_component_helper'
import component from 'component.vue' import component from 'component.vue'
   
const Component = Vue.extend(component); const Component = Vue.extend(component);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment