File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
v2/tutorial/pt/instalacao Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ <h3><a href="#cdn2" id="cdn2" class="hash">CDN</a></h3>
152
152
< script type ="module ">
153
153
154
154
// Instala a última versão
155
- import { Ref } from "https://cdn.jsdelivr.net/gh/interjs/inter/inter.m.js"
155
+ import { Ref } from "https://cdn.jsdelivr.net/gh/interjs/inter/inter.m.js"
156
156
157
157
// Teu código
158
158
@@ -161,7 +161,7 @@ <h3><a href="#cdn2" id="cdn2" class="hash">CDN</a></h3>
161
161
< script type ="module ">
162
162
163
163
// Instala uma versão específica
164
- import { Ref } from "https://cdn.jsdelivr.net/gh/interjs/inter@numero-da-versao/inter.m.js"
164
+ import { Ref } from "https://cdn.jsdelivr.net/gh/interjs/inter@numero-da-versao/inter.m.js"
165
165
166
166
// Teu código
167
167
You can’t perform that action at this time.
0 commit comments