mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-18 17:15:32 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
import Vue from 'vue';
|
|
import AsyncComputed from 'vue-async-computed'
|
|
|
|
Vue.use(AsyncComputed)
|