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>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<SettingsPage></SettingsPage>
|
<settings-page v-if="SettingsPage"></settings-page>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// import NotiicationwindowComponent from "@/components/NotiicationwindowComponent.vue";
|
// import NotiicationwindowComponent from "@/components/NotiicationwindowComponent.vue";
|
||||||
import '@/assets/css/ComponentsStyles/asidebar.css'
|
import '@/assets/css/ComponentsStyles/asidebar.css'
|
||||||
import {
|
import settingsPage from "@/pages/SettingsPage.vue";
|
||||||
SettingsPage
|
|
||||||
} from "@/pages/SettingsPage.vue"
|
|
||||||
export default {
|
export default {
|
||||||
name: 'AsideBar-Element',
|
name: 'AsideBar-Element',
|
||||||
components: { SettingsPage },
|
components: { settingsPage },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
SettingsPage: false
|
SettingsPage: false
|
||||||
|
|||||||
Reference in New Issue
Block a user