mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-12-09 14:45:02 -05:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
import Vue from 'vue';
|
|
import AsyncComputed from 'vue-async-computed'
|
|
|
|
Vue.use(AsyncComputed)
|