mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
tailwind 3 upgrade part 1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {events} from '/resources/js/bus'
|
||||
import {events} from "../../bus";
|
||||
|
||||
export default {
|
||||
name: 'MenuMobile',
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {events} from '/resources/js/bus'
|
||||
import {events} from '../../bus'
|
||||
|
||||
import {
|
||||
ChevronLeftIcon,
|
||||
|
||||
Reference in New Issue
Block a user