mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
detach SSRd <head> contents
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const router = {
|
||||
const app = {
|
||||
init(callback) {
|
||||
window.addEventListener('click', event => {
|
||||
let a = event.target;
|
||||
@@ -19,6 +19,4 @@ const router = {
|
||||
}
|
||||
};
|
||||
|
||||
window.router = router;
|
||||
|
||||
export default router;
|
||||
export default app;
|
||||
Reference in New Issue
Block a user