ソースを参照

Little changes

zhixin 6 年 前
コミット
136be10a61
3 ファイル変更4 行追加4 行削除
  1. 1 1
      .eslintrc.js
  2. 2 2
      src/constants/index.js
  3. 1 1
      src/vue/BootstrapTable.vue

+ 1 - 1
.eslintrc.js

@@ -64,7 +64,7 @@ module.exports = {
     'no-useless-constructor': 'warn',
     'comma-dangle': ['error', 'never'],
     'no-param-reassign': 'off',
-    "space-before-function-paren": ["error", "always"]
+    'space-before-function-paren': ["error", "always"]
   },
   'globals': {
     '$': true,

+ 2 - 2
src/constants/index.js

@@ -403,8 +403,8 @@ const EVENTS = {
 Object.assign(DEFAULTS, EN)
 
 export default {
-  VERSION, 
-  
+  VERSION,
+
   THEME: `bootstrap${bootstrapVersion}`,
 
   CONSTANTS,

+ 1 - 1
src/vue/BootstrapTable.vue

@@ -1,5 +1,5 @@
 <template>
-  <table id="table"/>
+  <table/>
 </template>
 
 <script>