Работа над интерактивным обучением
This commit is contained in:
@@ -7,6 +7,7 @@ import {startGlobalLoading, stopGlobalLoading} from "./Composables/useGlobalLoad
|
||||
import './bootstrap';
|
||||
import '../css/app.css';
|
||||
import {NConfigProvider, NDialogProvider, NMessageProvider, ruRU, dateRuRU, darkTheme} from "naive-ui";
|
||||
import { ZiggyVue } from 'ziggy-js';
|
||||
|
||||
router.on('start', () => {
|
||||
startGlobalLoading()
|
||||
@@ -64,6 +65,7 @@ createInertiaApp({
|
||||
|
||||
const pinia = createPinia()
|
||||
|
||||
vueApp.use(ZiggyVue)
|
||||
vueApp.use(plugin)
|
||||
vueApp.use(pinia)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user