mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
import Vue from 'vue'
|
|
import Notifications from 'vue-notification/dist/ssr.js'
|
|
|
|
Vue.use(Notifications)
|