You've already forked AstralRinth
forked from didirus/AstralRinth
Tooltips, alternate ad text, better error messages
This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
||||
** Plugins to load before mounting the App
|
||||
** https://nuxtjs.org/guide/plugins
|
||||
*/
|
||||
plugins: [],
|
||||
plugins: ['~/plugins/vue-tooltip.js', '~/plugins/vue-notification.js'],
|
||||
/*
|
||||
** Auto import components
|
||||
** See https://nuxtjs.org/api/configuration-components
|
||||
@@ -159,7 +159,9 @@ export default {
|
||||
** Build configuration
|
||||
** See https://nuxtjs.org/api/configuration-build/
|
||||
*/
|
||||
build: {},
|
||||
build: {
|
||||
transpile: ['vue-tooltip', 'vue-notification'],
|
||||
},
|
||||
loading: {
|
||||
color: 'green',
|
||||
height: '5px',
|
||||
|
||||
Reference in New Issue
Block a user