feat(projects): 集成naiveUI主题配置,将css vars添加至html

This commit is contained in:
Soybean
2022-01-04 02:20:32 +08:00
parent 0d2a5629e8
commit 2c196841bd
12 changed files with 297 additions and 88 deletions

View File

@ -1,5 +1,7 @@
<template>
<div></div>
<div>
<h3 class="text-primary">Login</h3>
</div>
</template>
<script setup lang="ts"></script>