added tooltip to emoji in chat

This commit is contained in:
Craig 2020-02-02 22:52:07 +00:00
parent c0b54fd4de
commit 6e119249d8
2 changed files with 15 additions and 26 deletions

View file

@ -13,6 +13,7 @@ module.exports = {
configureWebpack: {
resolve: {
alias: {
vue$: 'vue/dist/vue.esm.js',
'~': path.resolve(__dirname, 'src/'),
},
},