add breakpoints.

This commit is contained in:
2023-01-07 15:29:47 +08:00
parent b9c6b404d3
commit bb70ae2200
13 changed files with 136 additions and 127 deletions

1
components.d.ts vendored
View File

@@ -42,5 +42,6 @@ declare module '@vue/runtime-core' {
IEpSemiSelect: typeof import('~icons/ep/semi-select')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UseNetwork: typeof import('@vueuse/components')['UseNetwork']
}
}