feat(riot-v5): upgrade remove-image and copy-to-clipboard

This commit is contained in:
Joxit
2021-03-16 21:44:42 +01:00
parent 9c303d32c7
commit 669c3399d0
9 changed files with 186 additions and 147 deletions

View File

@@ -6,7 +6,7 @@ function baseUrl() {
export default {
home() {
router.pus(baseUrl());
router.push(baseUrl());
},
taglist(image) {
router.push(`${baseUrl()}#!/taglist/${image}`);