n-link/web/plugins/index.ts

7 lines
187 B
TypeScript
Raw Permalink Normal View History

2020-10-06 15:01:36 +00:00
import Vue from 'vue';
import AsyncComputed from 'vue-async-computed';
2021-04-06 21:01:54 +00:00
import VueFinalModal from 'vue-final-modal';
2020-10-06 15:01:36 +00:00
2021-04-06 21:01:54 +00:00
if (process.client) Vue.use(VueFinalModal());
2020-10-06 15:01:36 +00:00
Vue.use(AsyncComputed);