disable eslint warning

This commit is contained in:
pycook 2019-12-24 15:15:03 +08:00
parent 317a16aa21
commit 03bc27087d
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
NODE_ENV=production
VUE_APP_PREVIEW=false
VUE_APP_API_BASE_URL=http://127.0.0.1:5001/api
VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api

View File

@ -13,6 +13,7 @@
<script>
export default {
props: {
// eslint-disable-next-line
text: {
required: true
}