n-link/web/plugins/index.ts
2020-10-06 11:01:36 -04:00

5 lines
96 B
TypeScript

import Vue from 'vue';
import AsyncComputed from 'vue-async-computed';
Vue.use(AsyncComputed);