Added tag filter to releases query, enabled on homepage.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import dayjs from 'dayjs';
|
||||
import VTooltip from 'v-tooltip';
|
||||
|
||||
import router from './router';
|
||||
import initStore from './store';
|
||||
@@ -31,6 +32,8 @@ function init() {
|
||||
},
|
||||
});
|
||||
|
||||
Vue.use(VTooltip);
|
||||
|
||||
new Vue({ // eslint-disable-line no-new
|
||||
el: '#container',
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user