diff --git a/Build_God_Game/index.html b/Build_God_Game/index.html index d2e9244..9f188d6 100644 --- a/Build_God_Game/index.html +++ b/Build_God_Game/index.html @@ -1,5 +1,5 @@ - +
diff --git a/Build_God_Game/src/main.ts b/Build_God_Game/src/main.ts index 495a430..058157a 100644 --- a/Build_God_Game/src/main.ts +++ b/Build_God_Game/src/main.ts @@ -5,6 +5,7 @@ import App from './App.vue' import router from './router' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' +import 'element-plus/theme-chalk/dark/css-vars.css' const app = createApp(App) app.use(ElementPlus) diff --git a/Build_God_Game/src/views/CharacterView.vue b/Build_God_Game/src/views/CharacterView.vue index 8b66c88..2e12bd9 100644 --- a/Build_God_Game/src/views/CharacterView.vue +++ b/Build_God_Game/src/views/CharacterView.vue @@ -3,7 +3,7 @@ import { ref, onMounted } from 'vue' import { useRouter } from 'vue-router' import { useCharacterStore } from '@/stores/character' import { useAuthStore } from '@/stores/auth' -import { ElProgress } from 'element-plus' +import { ElMessage, ElProgress } from 'element-plus' import Particles from '@/components/Particles/Particles.vue' import GlareHover from '@/components/GlareHover/GlareHover.vue' import ElectricBorder from '@/components/ElectricBorder/ElectricBorder.vue' @@ -20,6 +20,8 @@ const newCharacterName = ref('') const newCharacterProfessionId = ref