We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745883f commit b3ade10Copy full SHA for b3ade10
components/Step/Markdown.vue
@@ -29,6 +29,7 @@ export default {
29
}
30
},
31
mounted() {
32
+ // Add copy button component in each pre element
33
setTimeout(function () {
34
const blocks = document.querySelectorAll("pre.hljs")
35
for (const block of blocks) {
pages/register.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="mt-16 mx-8 md:mx-auto">
+ <div class="container mt-16 mx-8 md:mx-auto">
3
<div class="flex flex-col items-center max-w-2xl mx-auto">
4
<h1 class="text-3xl text-gray-700 dark:text-gray-200 font-medium mb-10">
5
Register
0 commit comments