mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 13:53:39 +08:00
disable eslint warning
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user