Commit 5b80e209 authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

修复tabSize警告

parent 4dd74a4e
...@@ -22,7 +22,7 @@ let custom_theme = EditorView.theme({ ...@@ -22,7 +22,7 @@ let custom_theme = EditorView.theme({
</script> </script>
<template> <template>
<Codemirror v-model="code_input" placeholder="在此处输入你的代码" style="height: 100%;" :extensions="[cpp(), custom_theme]" tab-size="4"/> <Codemirror v-model="code_input" placeholder="在此处输入你的代码" style="height: 100%;" :extensions="[cpp(), custom_theme]" :tab-size="4"/>
</template> </template>
<style scoped></style> <style scoped></style>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment