Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Using VueAsyncData.mixin throws "[vue-async-data] not installed!" warning. #20

Open
tomasz-szymanek opened this issue Aug 21, 2016 · 0 comments

Comments

@tomasz-szymanek
Copy link

tomasz-szymanek commented Aug 21, 2016

In vue 1.0.21 there is still mechanism, that throws "[vue-async-data] not installed!" warning
while using vue-async-data as mixin.

<script>
import VueAsyncData from 'vue-async-data';

export default {
  mixins: [
    VueAsyncData.mixin,
  ],
...
  asyncData(resolve, reject) {
    CustomDataService.getItems().then(...

but it works properly!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant