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