mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-26 02:20:39 +00:00
vue router implemented
This commit is contained in:
Vendored
-6
@@ -6,12 +6,6 @@ import axios from 'axios'
|
||||
const Helpers = {
|
||||
install(Vue) {
|
||||
|
||||
Vue.prototype.$goToView = function(view) {
|
||||
events.$emit('show:content')
|
||||
|
||||
this.$store.commit('SET_CURRENT_VIEW', view)
|
||||
}
|
||||
|
||||
Vue.prototype.$updateText = debounce(function (route, name, value) {
|
||||
|
||||
if (value === '') return
|
||||
|
||||
Reference in New Issue
Block a user