aloha-vue 1.0.371 → 1.0.372

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
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.0.371",
17
+ "version": "1.0.372",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -270,7 +270,7 @@ export default {
270
270
  h(ATranslation, {
271
271
  tag: "span",
272
272
  class: "a_table__th__text",
273
- text: this.labelLocal,
273
+ safeHtml: this.labelLocal,
274
274
  }),
275
275
  this.column.title && h(ATranslation, {
276
276
  title: this.column.title,