mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 17:50:38 +00:00
tailwind 3 upgrade part 1
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
import Vue from "vue"
|
||||
import axios from 'axios'
|
||||
import {events} from '/resources/js/bus'
|
||||
import router from '/resources/js/router'
|
||||
import i18n from '/resources/js/i18n/index'
|
||||
import {events} from "../../bus"
|
||||
import router from '../../router'
|
||||
import i18n from "../../i18n";
|
||||
|
||||
const defaultState = {
|
||||
currentFolder: undefined,
|
||||
|
||||
Reference in New Issue
Block a user