style(#10336): update comment-out codes
This commit is contained in:
parent
55652a7a18
commit
d6e04da20b
|
@ -394,7 +394,7 @@ function toStories(component: string): string {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// promisify(glob)('src/{components,pages,ui,widgets}/**/*.vue').then(
|
// glob('src/{components,pages,ui,widgets}/**/*.vue').then(
|
||||||
glob('src/components/global/**/*.vue').then(
|
glob('src/components/global/**/*.vue').then(
|
||||||
(components) =>
|
(components) =>
|
||||||
Promise.all(
|
Promise.all(
|
||||||
|
|
Loading…
Reference in New Issue