This repository was archived by the owner on Dec 26, 2018. It is now read-only.
This repository was 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
Description
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!
Metadata
Metadata
Assignees
Labels
No labels