- Edit
- components/HelloWorld.vue to test HMR
-
- Check out - create-vue, the official Vue + Vite starter -
-- Learn more about IDE Support for Vue in the - Vue Docs Scaling up Guide. -
-Click on the Vite and Vue logos to learn more
- - - diff --git a/WEB/src/main.js b/WEB/src/main.js index 337e9ff..31ad124 100644 --- a/WEB/src/main.js +++ b/WEB/src/main.js @@ -1,8 +1,33 @@ -import { createApp } from 'vue' +import {createApp} from 'vue' import App from './App.vue' -import { Quasar, Notify, Dialog, Loading, QInput, QBtn, QForm, QCard, QCardSection } from 'quasar' import router from './router' +import { + Quasar, + Notify, + Dialog, + Loading, + QInput, + QBtn, + QForm, + QCard, + QCardSection, + QLayout, + QPageContainer, + QPage, + QTabs, + QTab, + QTabPanels, + QTabPanel, + QHeader, + QTable, + QSeparator, + QCardActions, + QDialog, + QIcon +} from 'quasar' + + import '@quasar/extras/material-icons/material-icons.css' @@ -11,8 +36,13 @@ import 'quasar/src/css/index.sass' const app = createApp(App) app.use(Quasar, { - plugins: { Notify, Dialog, Loading }, // уведомления, диалоги, загрузка - components: { QInput, QBtn, QForm, QCard, QCardSection } // обязательно указать используемые компоненты + plugins: {Notify, Dialog, Loading}, + components: { + QInput, QBtn, QForm, QCard, QCardSection, + QLayout, QPageContainer, QPage, + QTabs, QTab, QTabPanels, QTabPanel, QHeader,QTable, + QSeparator, QCardActions, QDialog, QIcon + } }) app.use(router) diff --git a/WEB/src/pages/AdminPage.vue b/WEB/src/pages/AdminPage.vue new file mode 100644 index 0000000..e412d94 --- /dev/null +++ b/WEB/src/pages/AdminPage.vue @@ -0,0 +1,271 @@ + +{{ dialogData }}
+