n-link/web/plugins/index.ts

5 lines
96 B
TypeScript
Raw Normal View History

2020-10-06 15:01:36 +00:00
import Vue from 'vue';
import AsyncComputed from 'vue-async-computed';
Vue.use(AsyncComputed);