@ -11,8 +11,7 @@ module.exports = {
},
extends: ['plugin:vue/recommended', 'eslint:recommended'],
// add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue
rules: {
"vue/max-attributes-per-line": [2, {
"singleline": 10,
@ -1,9 +1,9 @@
{
"name": "yxk-storeroom-system",
"version": "2.6.0",
"version": "1.0.0",
"description": "智能库房综合管理系统",
"author": "Zheng Jie",
"license": "Apache-2.0",
"author": "刘力",
"license": "",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
@ -10,6 +10,6 @@
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>