classcard-ui 0.2.795 → 0.2.796

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": "classcard-ui",
3
- "version": "0.2.795",
3
+ "version": "0.2.796",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -174,7 +174,7 @@
174
174
  <p v-if="!isValidate" class="mt-2 text-left text-sm text-red-600">
175
175
  {{ errorMessage }}
176
176
  </p>
177
- <p v-if="helpText" class="mt-2 text-sm text-gray-500">
177
+ <p v-if="helpText" class="mt-2 text-left text-sm text-gray-500">
178
178
  {{ helpText }}
179
179
  </p>
180
180
  </div>