Flatten nested repos
This commit is contained in:
12
test/vuex/layout/components/searchComponent.js
Normal file
12
test/vuex/layout/components/searchComponent.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var searchComponent = {
|
||||
template: `
|
||||
<div>
|
||||
<h1>Search Component</h1>
|
||||
</div>
|
||||
`,
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
export { searchComponent };
|
||||
Reference in New Issue
Block a user