Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Noland authored and Kate Noland committed Jun 9, 2017
1 parent 4ef53dd commit ae78b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/geometry/getters.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
*/
exportData (state, getters, rootState, rootGetters) {
return state.map(geometry => ({
id: geometry.id,
vertices: geometry.vertices.map(vertex => ({
id: vertex.id,
x: Number(vertex.x),
Expand Down

0 comments on commit ae78b97

Please sign in to comment.