Skip to content

Commit b3ade10

Browse files
committed
fixed register issue
1 parent 745883f commit b3ade10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/Step/Markdown.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default {
2929
}
3030
},
3131
mounted() {
32+
// Add copy button component in each pre element
3233
setTimeout(function () {
3334
const blocks = document.querySelectorAll("pre.hljs")
3435
for (const block of blocks) {

pages/register.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="mt-16 mx-8 md:mx-auto">
2+
<div class="container mt-16 mx-8 md:mx-auto">
33
<div class="flex flex-col items-center max-w-2xl mx-auto">
44
<h1 class="text-3xl text-gray-700 dark:text-gray-200 font-medium mb-10">
55
Register

0 commit comments

Comments
 (0)