mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-08 11:56:41 +00:00
Fix: import <script> tag type
This commit is contained in:
parent
b44cb147c4
commit
da9dd2f4a0
1 changed files with 0 additions and 1 deletions
|
@ -916,7 +916,6 @@ if(date1 > date2){
|
||||||
In `page.html`
|
In `page.html`
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- must specyfy module as type for importer and source -->
|
|
||||||
<script src="scripts/module.js"></script>
|
<script src="scripts/module.js"></script>
|
||||||
<script src="scripts/script.js"></script>
|
<script src="scripts/script.js"></script>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue