@tak-ps/vue-tabler 2.2.5 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v2.2.6
14
+
15
+ - :tada: Bump GH Actions
16
+
13
17
  ### v2.2.5
14
18
 
15
19
  - :tada: Add GH AutoReleaser
@@ -48,12 +48,9 @@ export default {
48
48
  await this.fetchList();
49
49
  }
50
50
  },
51
- mounted: async function() {
52
- await this.fetchList();
53
- },
54
51
  mounted: async function() {
55
52
  if (this.initial && this.initial[this.namekey]) this.filter = this.initial[this.namekey];
56
- await this.fetchlist();
53
+ await this.fetchList();
57
54
  },
58
55
  methods: {
59
56
  select: function(ele) {
@@ -9,7 +9,7 @@
9
9
  <div v-if='desc && desc.length' class='mx-3 align-self-center' v-text='desc'></div>
10
10
  </div>
11
11
  </template>
12
- <template v-else='inline'>
12
+ <template v-else>
13
13
  <div class='d-flex justify-content-center my-4'>
14
14
  <div class="spinner-border" role="status"></div>
15
15
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "2.2.5",
4
+ "version": "2.2.6",
5
5
  "main": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",