@tak-ps/vue-tabler 3.68.0 → 3.68.1

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,14 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.68.1
14
+
15
+ - :bug: Return to div
16
+
17
+ ### v3.68.0
18
+
19
+ - :bug: Version Mismatch
20
+
13
21
  ### v3.67.1
14
22
 
15
23
  - :bug: Disable Show by default
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class='dropdown'>
3
- <a
3
+ <div
4
4
  :id='id'
5
5
  class="nav-link px-0"
6
6
  data-bs-toggle="dropdown"
@@ -15,7 +15,7 @@
15
15
  class='cursor-pointer'
16
16
  />
17
17
  </slot>
18
- </a>
18
+ </div>
19
19
  <ul
20
20
  class='dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card'
21
21
  :style='{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.68.0",
4
+ "version": "3.68.1",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",