✨ init Project
This commit is contained in:
5
src/utils/closeThisPage.js
Normal file
5
src/utils/closeThisPage.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { emitter } from '@/utils/bus.js'
|
||||
|
||||
export const closeThisPage = () => {
|
||||
emitter.emit('closeThisPage')
|
||||
}
|
Reference in New Issue
Block a user