You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying the following:
import { MdDatepicker } from 'vue-material/dist/components'
Vue.use(MdDatepicker)
But Getting:
Uncaught ReferenceError: regeneratorRuntime is not defined
at eval (webpack-internal:///649:1)
at Object.defineProperty.value (webpack-internal:///649:1)
However loading up all of VueMaterial works fine.
The text was updated successfully, but these errors were encountered:
Branksy
changed the title
Cannot use load only component in v.1.0.0 beta 7
Cannot load only component in v.1.0.0 beta 7
Dec 24, 2017
Trying the following:
import { MdDatepicker } from 'vue-material/dist/components'
Vue.use(MdDatepicker)
But Getting:
Uncaught ReferenceError: regeneratorRuntime is not defined
at eval (webpack-internal:///649:1)
at Object.defineProperty.value (webpack-internal:///649:1)
However loading up all of VueMaterial works fine.
The text was updated successfully, but these errors were encountered: