@abi-software/flatmapvuer 0.3.0-beta-2-upstream-downstream-2 → 0.3.0-beta-2-upstream-downstream-3

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": "@abi-software/flatmapvuer",
3
- "version": "0.3.0-beta-2-upstream-downstream-2",
3
+ "version": "0.3.0-beta-2-upstream-downstream-3",
4
4
  "main": "./dist/flatmapvuer.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -158,7 +158,7 @@ export default {
158
158
  },
159
159
  computed: {
160
160
  originDescription: function(){
161
- if( this.content.title.toLowerCase().includes('motor')){
161
+ if(this.content && this.content.title && this.content.title.toLowerCase().includes('motor')){
162
162
  return this.originDescriptions.motor
163
163
  } else {
164
164
  return this.originDescriptions.sensory