功能变化: npm run lint

pull/85/head
李强 2023-01-13 23:04:11 +08:00
parent 51a6c569a2
commit de1071c7b8
6 changed files with 9 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "django-vue-admin", "name": "django-vue-admin",
"version": "2.0.7", "version": "2.0.8",
"scripts": { "scripts": {
"serve": "vue-cli-service serve --open", "serve": "vue-cli-service serve --open",
"start": "npm run serve", "start": "npm run serve",

View File

@ -119,7 +119,6 @@
<script> <script>
import * as api from './api' import * as api from './api'
import * as deptApi from '../dept/api'
import XEUtils from 'xe-utils' import XEUtils from 'xe-utils'
export default { export default {