Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix site
Browse files Browse the repository at this point in the history
liweijie0812 committed Jan 25, 2025

Verified

This commit was signed with the committer’s verified signature.
justinclift Justin Clift
1 parent bd80897 commit 5e4d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/web/plugin-tdoc/md-to-vue.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
import fs from 'fs';
import path from 'path';
import matter from 'gray-matter';
import camelcase from 'camelcase';
import camelCase from 'camelcase';

import testCoverage from '../test-coverage';

0 comments on commit 5e4d0cf

Please sign in to comment.