2.7 fixed in html snipet
This commit is contained in:
parent
560cae3bdf
commit
267d74549e
|
@ -77,14 +77,14 @@ Vue.component("copyfontimportlink", {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
importLink:
|
importLink:
|
||||||
'<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.5/style.css">',
|
'<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css">',
|
||||||
isCopied: false,
|
isCopied: false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
displayText: function () {
|
displayText: function () {
|
||||||
html_text =
|
html_text =
|
||||||
"<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.5/style.css">";
|
"<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css">";
|
||||||
return html_text;
|
return html_text;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
below:
|
below:
|
||||||
</p>
|
</p>
|
||||||
<copyfontimportlink>
|
<copyfontimportlink>
|
||||||
<pre><code class="language-xml"><link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.6/style.css"></code></pre>
|
<pre><code class="language-xml"><link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css"></code></pre>
|
||||||
</copyfontimportlink>
|
</copyfontimportlink>
|
||||||
<p>
|
<p>
|
||||||
<i
|
<i
|
||||||
|
|
Loading…
Reference in New Issue