mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-08 17:25:27 +00:00
7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
import Vue from 'vue';
|
|
import AsyncComputed from 'vue-async-computed';
|
|
import VueFinalModal from 'vue-final-modal';
|
|
|
|
if (process.client) Vue.use(VueFinalModal());
|
|
Vue.use(AsyncComputed);
|