Skip to content

Commit

Permalink
legacy apatch support
Browse files Browse the repository at this point in the history
  • Loading branch information
whalechoi committed Oct 4, 2024
1 parent a812e22 commit 6ef8724
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ import App from './App.vue'
import VueRouter from './router'
import i18n from './locales/i18n'

if (window.apatch !== undefined && window.apatch.ksu === undefined) {
window.ksu = window.apatch
}
createApp(App).use(i18n).use(VueRouter).mount('#app')

0 comments on commit 6ef8724

Please sign in to comment.