Skip to content

Commit

Permalink
fix: all.scss 位置
Browse files Browse the repository at this point in the history
  • Loading branch information
yinmin8610 committed Dec 16, 2024
1 parent cddc260 commit 73db477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ import { RouterView } from 'vue-router'

<template>
<RouterView />
</template>
</template>

<style lang="scss">
@import './assets/all.scss';
</style>
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './assets/all.scss'

import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
Expand Down

0 comments on commit 73db477

Please sign in to comment.