commit codes.

This commit is contained in:
2022-12-29 17:53:22 +08:00
parent d52055a0ae
commit d81542921b
18 changed files with 871 additions and 212 deletions

View File

@@ -5,6 +5,10 @@ import App from './App.vue'
import router from './router'
import './assets/main.css'
// 通用字体
import 'vfonts/Lato.css'
// 等宽字体
import 'vfonts/FiraCode.css'
import {
// create naive ui
@@ -21,10 +25,12 @@ import {
NForm,
NFormItem,
NInput,
NRow,
NCol,
NGrid,
NGridItem,
NMessageProvider,
NCard,
NCheckbox,
NCheckboxGroup,
} from 'naive-ui'
const naive = create({
@@ -40,10 +46,12 @@ const naive = create({
NForm,
NFormItem,
NInput,
NRow,
NCol,
NGrid,
NGridItem,
NMessageProvider,
NCard,
NCheckbox,
NCheckboxGroup,
],
})