Skip to content
Snippets Groups Projects

Move search bar to top nav to test usage changes

Merged Tomas Bulva requested to merge 480341-move-search-bar-to-top-nav-to-test-usage-changes into master
Compare and Show latest version
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,8 +2,8 @@
@@ -2,8 +2,8 @@
console.log('test');
console.log('test');
export default {
export default {
mounted: function () {
mounted: () => {
console.log(this.$refs);
console.log('sdfasdf', this.$refs);
},
},
};
};
// import { GlModalDirective, GlTooltipDirective, GlIcon } from '@gitlab/ui';
// import { GlModalDirective, GlTooltipDirective, GlIcon } from '@gitlab/ui';
Loading