dont use lucide as module
This commit is contained in:
@@ -10,6 +10,7 @@ export default [
|
||||
globals: {
|
||||
...globals.browser,
|
||||
Peer: "readonly",
|
||||
lucide: "readonly",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
+1
-1
@@ -7,11 +7,11 @@
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="material-colors.css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/peerjs@1.5.4/dist/peerjs.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/lucide@0"></script>
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"vue": "https://cdn.jsdelivr.net/npm/vue@3/dist/vue.esm-browser.js",
|
||||
"lucide": "https://cdn.jsdelivr.net/npm/lucide@0/dist/esm/lucide.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user