mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with import
This commit is contained in:
@@ -17,19 +17,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<SettingsPage></SettingsPage>
|
||||
<settings-page v-if="SettingsPage"></settings-page>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
// import NotiicationwindowComponent from "@/components/NotiicationwindowComponent.vue";
|
||||
import '@/assets/css/ComponentsStyles/asidebar.css'
|
||||
import {
|
||||
SettingsPage
|
||||
} from "@/pages/SettingsPage.vue"
|
||||
import settingsPage from "@/pages/SettingsPage.vue";
|
||||
export default {
|
||||
name: 'AsideBar-Element',
|
||||
components: { SettingsPage },
|
||||
components: { settingsPage },
|
||||
data() {
|
||||
return {
|
||||
SettingsPage: false
|
||||
|
||||
Reference in New Issue
Block a user