Skip to content

Commit df1adb9

Browse files
committed
remove unused
1 parent 7b3c17e commit df1adb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/base-course/Components/CodeBlockRenderer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (instance) {
4141
instance.appContext.app.component('highlightjs', hljsVuePlugin.component);
4242
}
4343
44-
const props = defineProps({
44+
defineProps({
4545
code: {
4646
type: String,
4747
required: true,

0 commit comments

Comments
 (0)