chore(deps): add naive-ui and vfonts dependencies; update styles and router for Naive UI components
This commit is contained in:
11
src/pages/UI-components/NaiveUI/index.page.vue
Normal file
11
src/pages/UI-components/NaiveUI/index.page.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<n-card>
|
||||
<n-divider title-placement="left">
|
||||
<n-text depth="3"> Naive UI Components Divider </n-text>
|
||||
</n-divider>
|
||||
</n-card>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user