@burh/nuxt-core 1.0.0 → 1.0.4

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.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <card class="card--job cursor-pointer z-2" v-on:click="onCardClick($event)">
3
3
  <span slot="header" class="avatar rounded-circle" :class="{'mt--4':isList}">
4
- <img v-on:click="onCardClick($event)" alt="" :src="this.img">
4
+ <img v-on:click="onCardClick($event)" alt="" :src="require('~/node_modules/@burh/nuxt-core/static/img/content/company-logo-not-found.svg')">
5
5
  </span>
6
6
  <span slot="header" class="badge badge-pill text-white badge-danger bg-danger badge--urgency" :class="{'d-lg-none':!isList}" v-if="urgency">Urgente</span>
7
7
  <ul slot="header" class="card__controls list-inline">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {
@@ -37,6 +37,7 @@
37
37
  "dropzone": "^5.5.1",
38
38
  "element-ui": "^2.9.1",
39
39
  "es6-promise": "^4.2.6",
40
+ "file-loader": "^6.0.0",
40
41
  "flag-icon-css": "^3.4.5",
41
42
  "flatpickr": "^4.5.7",
42
43
  "fuse.js": "^3.4.5",