Files
vue-ts-example/src/pages/Page/JSPage/js-file.js
严浩 4542944f52
Some checks failed
/ depcheck (push) Successful in 2m24s
/ lint-build-and-check (push) Successful in 2m36s
/ build-and-deploy-to-vercel (push) Successful in 3m13s
/ surge (push) Successful in 2m40s
/ playwright (push) Failing after 8m16s
整理
2025-03-10 13:15:38 +08:00

4 lines
72 B
JavaScript

export function fnInJsFile() {
return 'the function in js-file.js';
}