@explorer-1/vue 0.2.75 → 0.2.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.75",
3
+ "version": "0.2.76",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -105,7 +105,7 @@
105
105
  </span>
106
106
  <span class="sr-only">.</span>
107
107
  </p>
108
- <template v-if="theItem.externalLink">
108
+ <template v-if="theItem.externalLink && themeStore.isEdu">
109
109
  <IconExternal
110
110
  class="text-primary ml-2"
111
111
  :class="{ 'text-sm mt-1px': small, '-mt-1px': medium, '-mt-.5': large }"