remove spellcheck

This commit is contained in:
hbrwang 2020-12-04 14:22:21 +08:00
parent 65b238e69e
commit 5e085d3eb2

View File

@ -4,7 +4,7 @@
<el-button type="primary" @click="refresh">Refresh</el-button> <el-button type="primary" @click="refresh">Refresh</el-button>
<el-button type="primary" @click="uploadConfig">Upload</el-button> <el-button type="primary" @click="uploadConfig">Upload</el-button>
</el-row> </el-row>
<el-input v-model="textarea" type="textarea" autosize placeholder="frpc configrue file, can not be empty..." /> <el-input v-model="textarea" type="textarea" autosize placeholder="frpc configrue file, can not be empty..." :spellcheck="false" />
</div> </div>
</template> </template>