mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: fix typo in comments (#4684)
This commit is contained in:
parent
4c268ec54c
commit
44295fe6b2
@ -5,7 +5,7 @@ const Components = require('./get-components')();
|
||||
const packageJson = require('../package.json');
|
||||
|
||||
const version = process.env.VERSION || packageJson.version;
|
||||
const tips = '// This file is auto gererated by build/build-entry.js';
|
||||
const tips = '// This file is auto generated by build/build-entry.js';
|
||||
|
||||
function buildEntry() {
|
||||
const uninstallComponents = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user