2.7 fixed in html snipet
This commit is contained in:
parent
560cae3bdf
commit
267d74549e
|
@ -77,14 +77,14 @@ Vue.component("copyfontimportlink", {
|
|||
data() {
|
||||
return {
|
||||
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,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
displayText: function () {
|
||||
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;
|
||||
},
|
||||
},
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
below:
|
||||
</p>
|
||||
<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>
|
||||
<p>
|
||||
<i
|
||||
|
|
Loading…
Reference in New Issue