mirror of https://github.com/veops/cmdb.git
disable eslint warning
This commit is contained in:
parent
317a16aa21
commit
03bc27087d
|
@ -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
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<script>
|
||||
export default {
|
||||
props: {
|
||||
// eslint-disable-next-line
|
||||
text: {
|
||||
required: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue