Added filtering of requested movies. Also change the order of movies in sidebar and added support for rating of movie. Change path destinations to be more clear.
This commit is contained in:
@@ -2,7 +2,9 @@ import Vue from 'vue'
|
||||
import VueRouter from 'vue-router'
|
||||
import axios from 'axios'
|
||||
import router from './routes'
|
||||
|
||||
import DataTablee from 'vue-data-tablee'
|
||||
import VModal from 'vue-js-modal'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
@@ -10,6 +12,7 @@ window.eventHub = new Vue();
|
||||
|
||||
Vue.use(VueRouter, axios)
|
||||
Vue.use(DataTablee)
|
||||
Vue.use(VModal, { dialog: true })
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
|
||||
Reference in New Issue
Block a user