mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Doc] support title anchor (#3845)
This commit is contained in:
@@ -39,6 +39,7 @@ const registerRoute = ({ mobile, componentMap }) => {
|
||||
component = DemoPages;
|
||||
} else if (mobile) {
|
||||
const module = componentMap[`./${path}/demo/index.vue`];
|
||||
|
||||
if (module) {
|
||||
component = demoWrapper(module, path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user