mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-23 02:35:27 +00:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import Vue from 'vue';
|
|
import AsyncComputed from 'vue-async-computed';
|
|
|
|
Vue.use(AsyncComputed);
|