fixup
This commit is contained in:
parent
02afea70ed
commit
cc2474e12b
|
@ -28,7 +28,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import Layout from '../_components/Layout.html'
|
|
||||||
import { store } from '../_store/store'
|
import { store } from '../_store/store'
|
||||||
import LoadingPage from '../_components/LoadingPage.html'
|
import LoadingPage from '../_components/LoadingPage.html'
|
||||||
import AccountSearchResult from '../_components/search/AccountSearchResult.html'
|
import AccountSearchResult from '../_components/search/AccountSearchResult.html'
|
||||||
|
@ -53,7 +52,6 @@
|
||||||
}),
|
}),
|
||||||
store: () => store,
|
store: () => store,
|
||||||
components: {
|
components: {
|
||||||
Layout,
|
|
||||||
LoadingPage,
|
LoadingPage,
|
||||||
AccountSearchResult
|
AccountSearchResult
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue