去掉依赖件
This commit is contained in:
parent
83cb92151a
commit
c95908618f
|
|
@ -0,0 +1,22 @@
|
||||||
|
.DS_Store
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
**/*.log
|
||||||
|
|
||||||
|
tests/**/coverage/
|
||||||
|
tests/e2e/reports
|
||||||
|
selenium-debug.log
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.local
|
||||||
|
|
||||||
|
package-lock.json
|
||||||
|
|
@ -8,6 +8,7 @@ export {}
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
'.DS_Store': typeof import('./../../.DS_Store')['default']
|
'.DS_Store': typeof import('./../../.DS_Store')['default']
|
||||||
|
'.gitignore': typeof import('./../../.gitignore')['default']
|
||||||
AppLinkInput: typeof import('./../components/AppLinkInput/index.vue')['default']
|
AppLinkInput: typeof import('./../components/AppLinkInput/index.vue')['default']
|
||||||
AppLinkSelectDialog: typeof import('./../components/AppLinkInput/AppLinkSelectDialog.vue')['default']
|
AppLinkSelectDialog: typeof import('./../components/AppLinkInput/AppLinkSelectDialog.vue')['default']
|
||||||
'AutoComponents.d': typeof import('./auto-components.d.ts')['default']
|
'AutoComponents.d': typeof import('./auto-components.d.ts')['default']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue