mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Completly new search input with elastic realtime search. Handles keyboard inputs and autohides to not be in the way
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
|
||||
<script>
|
||||
import Vue from 'vue'
|
||||
import Navigation from './components/Navigation.vue'
|
||||
import MoviePopup from './components/MoviePopup.vue'
|
||||
import SearchInput from './components/search/SearchInput.vue'
|
||||
import Navigation from '@/components/Navigation.vue'
|
||||
import MoviePopup from '@/components/MoviePopup.vue'
|
||||
import SearchInput from '@/components/SearchInput.vue'
|
||||
|
||||
export default {
|
||||
name: 'app',
|
||||
|
||||
Reference in New Issue
Block a user