Skip to content

Commit

Permalink
πŸ› fix import vue set/delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bonaventure committed May 12, 2017
1 parent 41da602 commit 300aa93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { set, delete as remove } from "vue"
import Vue from "vue"
import get from "lodash.get"
import './utils/polyfill'

const config = {}
const { set, delete: remove } = Vue
const MUTATION = 'datastore/REFRESH_DATASTORE'
const MUTATION_DELETE = 'datastore/DELETE'
let DStore
Expand Down

0 comments on commit 300aa93

Please sign in to comment.