feat: add danmaku demo (#362)

* feat: add danmaku demo

* fix: /@/改为@/

* fix: update
This commit is contained in:
一万
2022-10-28 12:27:59 +08:00
committed by GitHub
parent aa83ea83fa
commit ceb1ec6e6d
8 changed files with 769 additions and 82 deletions

View File

@@ -117,6 +117,14 @@ const componentsRouter: RouteConfigsTable = {
meta: {
title: $t("menus.hsjsoneditor")
}
},
{
path: "/components/danmaku",
name: "Danmaku",
component: () => import("@/views/components/danmaku/index.vue"),
meta: {
title: $t("menus.hsdanmaku")
}
}
]
};