ol-base-components 0.1.6 → 0.1.7

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": "ol-base-components",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "scripts": {
@@ -213,7 +213,7 @@
213
213
  </template>
214
214
  <script>
215
215
  import printTemplate from "./printTable.vue";
216
- import nodata from "@/assets/nodata.jpg";
216
+ import nodata from "./nodata.jpg";
217
217
  export default {
218
218
  name: "table",
219
219
  components: {
File without changes