添加评论功能

This commit is contained in:
2020-07-17 18:10:55 +08:00
parent b0c6b81951
commit 9add042253
5 changed files with 39 additions and 3 deletions

4
plugins/vue-toasted.js Normal file
View File

@ -0,0 +1,4 @@
import Vue from 'vue'
import Toasted from 'vue-toasted'
Vue.use(Toasted)