删除 components.d.ts
This commit is contained in:
19
components.d.ts
vendored
19
components.d.ts
vendored
@ -1,19 +0,0 @@
|
|||||||
/* eslint-disable */
|
|
||||||
// @ts-nocheck
|
|
||||||
// Generated by unplugin-vue-components
|
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
|
||||||
export {}
|
|
||||||
|
|
||||||
/* prettier-ignore */
|
|
||||||
declare module 'vue' {
|
|
||||||
export interface GlobalComponents {
|
|
||||||
DefineRender: typeof import('./src/components/vue-macros/DefineRender.vue')['default']
|
|
||||||
IconCarbonFaceCool: typeof import('~icons/carbon/face-cool')['default']
|
|
||||||
Icons: typeof import('./src/components/Icons.vue')['default']
|
|
||||||
IconSvgPacman: typeof import('~icons/svg/pacman')['default']
|
|
||||||
ReactivityTransform: typeof import('./src/components/vue-macros/ReactivityTransform.vue')['default']
|
|
||||||
ReusableTemplate: typeof import('./src/components/ReusableTemplate.vue')['default']
|
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
|
||||||
}
|
|
||||||
}
|
|
@ -12,7 +12,8 @@
|
|||||||
"type-check": "vue-tsc --build --force",
|
"type-check": "vue-tsc --build --force",
|
||||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||||
"format": "prettier --write src/",
|
"format": "prettier --write src/",
|
||||||
"prepare": "husky"
|
"prepare": "husky",
|
||||||
|
"dev+preview": "bunx dev-and-preview@1.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alova/adapter-axios": "^2.0.5",
|
"@alova/adapter-axios": "^2.0.5",
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
// https://icon-sets.iconify.design
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div b="1px solid pink" mt-8 text-16 p-8 space-y-8>
|
<div b="1px solid pink" mt-8 text-16 p-8 space-y-8>
|
||||||
<!-- https://icon-sets.iconify.design -->
|
|
||||||
|
|
||||||
<div b="1px solid pink">
|
<div b="1px solid pink">
|
||||||
<div>@iconify-json/carbon/icons.json</div>
|
<div>@iconify-json/carbon/icons.json</div>
|
||||||
<div i-carbon-face-cool text-orange />
|
<div i-carbon-face-cool text-orange />
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
"./typed-router.d.ts",
|
"./typed-router.d.ts",
|
||||||
"./auto-imports.d.ts",
|
"./auto-imports.d.ts",
|
||||||
"./components.d.ts",
|
"./components.d.ts",
|
||||||
// "env.d.ts",
|
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"src/**/*.vue"
|
"src/**/*.vue"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user