Skip to content
Snippets Groups Projects
Unverified Commit a488d6e2 authored by syuilo's avatar syuilo
Browse files

[Client] Fix #4008

parent 85e8b1fb
No related branches found
No related tags found
No related merge requests found
<template>
<prism :inline="inline" :language="lang">{{ code }}</prism>
<prism :inline="inline" :language="lang || 'js'">{{ code }}</prism>
</template>
<script lang="ts">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment