Skip to content

Commit

Permalink
change image path
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Oct 28, 2019
1 parent dc1c0be commit a2f33d8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file removed assets/images/mapcluster.png
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/components/marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.default = void 0;

var _mapElement = _interopRequireDefault(require("../factories/map-element"));

var _mapcluster = _interopRequireDefault(require("../../assets/images/mapcluster.png"));
var _mapcluster = _interopRequireDefault(require("~/assets/images/mapcluster.png"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

Expand Down
Binary file removed dist/mapcluster.png
Binary file not shown.
1 change: 0 additions & 1 deletion dist/vue-google-maps.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/marker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mapElementFactory from '../factories/map-element'
import mapClusterImage from '../../assets/images/mapcluster.png'
import mapClusterImage from '~/assets/images/mapcluster.png'

const props = {
animation: {
Expand Down

0 comments on commit a2f33d8

Please sign in to comment.