@explorer-1/vue 0.2.62 → 0.2.63

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.62",
3
+ "version": "0.2.63",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -160,7 +160,7 @@
160
160
  >
161
161
  <div
162
162
  v-if="commitSha"
163
- class="lg:inline-block lg:mb-0 block pr-4 mb-2"
163
+ class="lg:inline-block lg:mb-0 block pr-4 mb-2 !hidden"
164
164
  >
165
165
  <span class="text-gray-light font-bold inline-block pr-1">Version:</span>
166
166
  <span>{{ commitSha }}</span>
@@ -178,7 +178,7 @@
178
178
  <div v-else>
179
179
  <div
180
180
  v-if="commitSha != null"
181
- class="lg:inline-block lg:mb-0 block px-3 mb-2"
181
+ class="lg:inline-block lg:mb-0 block px-3 mb-2 !hidden"
182
182
  >
183
183
  <span class="text-gray-light font-bold inline-block pr-1">Version:</span>
184
184
  <span>{{ commitSha }}</span>