mirror of https://github.com/veops/cmdb.git
disable eslint warning
This commit is contained in:
parent
2ba6a16613
commit
945f90e386
|
@ -1,3 +1,3 @@
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
VUE_APP_PREVIEW=false
|
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>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
|
// eslint-disable-next-line
|
||||||
text: {
|
text: {
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue