-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
204 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta snippet="spa-cache-control" name="spa-cache-control" content="cache"> | ||
<title snippet="title">First page</title> | ||
<script type="module" src="http://localhost:5173/@vite/client"></script> | ||
</head> | ||
|
||
<body> | ||
<style> | ||
[cloak] { | ||
visibility: hidden; | ||
} | ||
</style> | ||
|
||
<div snippet="content"> | ||
<a href="/second.html">Second</a> | ||
</div> | ||
|
||
<script type="module"> | ||
import Signalize from 'signalizejs'; | ||
import ajax from 'signalizejs/ajax'; | ||
import snippets from 'signalizejs/snippets'; | ||
import spa from 'signalizejs/spa'; | ||
|
||
const signalize = new Signalize(); | ||
signalize.use(ajax); | ||
signalize.use(snippets); | ||
signalize.use(spa); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,5 +138,5 @@ export default (signalize: Signalize): void => { | |
}) | ||
}); | ||
|
||
signalize.load = load; | ||
signalize.loadAsset = load; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.