Skip to content

Commit

Permalink
refactor: admin迁移到vite
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Oct 24, 2023
1 parent 8d91aa6 commit a62da4f
Show file tree
Hide file tree
Showing 26 changed files with 1,287 additions and 52 deletions.
2 changes: 1 addition & 1 deletion client/src/entries/entry-admin-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Element from 'element-plus'
import 'element-plus/dist/index.css'
import {createApp} from 'vue'
import VueFetch from 'vue-fetch'
import App from '../pages/admin/login.vue'
import App from '@bangbang93/freyja-admin/src/pages/login.vue'

export const app = createApp(App)

Expand Down
Loading

0 comments on commit a62da4f

Please sign in to comment.