mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-14 14:50:50 +08:00
18 lines
266 B
Vue
18 lines
266 B
Vue
<template>
|
|
<n-config-provider :theme="darkTheme">
|
|
<router-view></router-view>
|
|
</n-config-provider>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { darkTheme } from 'naive-ui'
|
|
|
|
|
|
</script>
|
|
|
|
<style lang="scss" scoped >
|
|
div {
|
|
box-sizing: border-box;
|
|
}
|
|
</style>
|