@asd20/ui 3.2.823 → 3.2.824

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/README.md CHANGED
@@ -37,3 +37,4 @@ yarn run test:unit
37
37
 
38
38
  ### Customize configuration
39
39
  See [Configuration Reference](https://cli.vuejs.org/config/).
40
+
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.823",
8
+ "version": "3.2.824",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -279,7 +279,7 @@ export default {
279
279
  pageTemplateMixin,
280
280
  globalPropMixinFactory('isAuthenticated', {
281
281
  type: Boolean,
282
- default: 'true',
282
+ default: true,
283
283
  }),
284
284
  ],
285
285