jobdone-shared-files 1.1.9 → 1.1.10

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.
@@ -72,7 +72,7 @@
72
72
  <span class="material-icons icon-18 me-1">people</span>
73
73
  <span>我的聯絡人</span>
74
74
  </a>
75
- <slot name="bottom-link"></slot>
75
+ <slot name="bottom-link" :moduleInfo="moduleInfoData"></slot>
76
76
  </div>
77
77
  <div class="d-flex">
78
78
  <a :href="finalRootDomain + '/Profile'"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {