feat: added changelog in /about

This commit is contained in:
Corentin Thomasset 2021-05-21 22:51:09 +02:00
parent 2a760bce8a
commit f7378dc042
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 90 additions and 7 deletions

View file

@ -12,6 +12,7 @@ module.exports = {
rules: {
'space-before-function-paren': 'off',
'object-curly-spacing': 'off',
'no-undef': 'off' // will be catch by the tsc compiler
'no-undef': 'off', // will be catch by the tsc compiler
'vue/no-v-html': 'off'
}
}