Skip to content

Commit

Permalink
fix: 修改elementui
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveimo committed Jul 12, 2023
1 parent 8f51e13 commit 86fc1a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import HelloWorld from './components/HelloWorld.vue';
import HelloWorld from '@/components/HelloWorld.vue';
</script>

<template>
Expand Down
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"types": ["vite/client", "element-plus/global.d.ts"],

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down

0 comments on commit 86fc1a7

Please sign in to comment.