mirror of
https://github.com/multipleofnpm/qthtml.git
synced 2026-01-13 16:17:56 +00:00
Bump version to 0.3.0 and add ontop method to $. Improve code consistency in index.js.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script src="index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Testing index.js Module Import</h1>
|
||||
|
||||
<script type="module">
|
||||
import {$} from './index.js'
|
||||
$('body').render(`new`)
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user