feat: 添加sass样式

This commit is contained in:
2026-06-01 11:11:54 +08:00
parent 9b5879c658
commit 0ba412b194
10 changed files with 252 additions and 18 deletions

View File

@@ -1,7 +1,10 @@
<script setup lang="ts">
import HelloWorld from './components/HelloWorld.vue'
</script>
<template>
<HelloWorld />
<n-config-provider :locale="zhCN" :date-locale="dateZhCN">
<div class="bg" />
</n-config-provider>
</template>
<script setup lang="ts">
import { zhCN, dateZhCN } from "naive-ui";
</script>
<style scoped lang="scss"></style>