build(projects): 细节调整

This commit is contained in:
Soybean
2022-04-28 00:58:46 +08:00
parent d5c751153c
commit 401f0c748d
7 changed files with 3 additions and 84 deletions

View File

@ -9,7 +9,7 @@
</template>
<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { devDependencies } = pkgJson;
</script>