Pinned Loading
-
Storybook Checker Vue
Storybook Checker Vue 1const Glob = require('glob');
23const camelToKebab = (camelCasedFiles) => camelCasedFiles.map(string => string.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase());
4const checkMissingFiles = (files, storyFiles) => {
5const normalizedFiles = files.map(item => item.replace('.vue', ''));
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




