Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 51c5010

Browse files
committed
修复搜索时,数据出现非原始数据问题
1 parent 26a2915 commit 51c5010

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/build.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const {logInfo, logSuccess, logError} = require('./console')
2222
const packageInfo = require('../package.json')
2323
const GitHubPushlish = require('./publish/github-releases')
2424

25-
const spinner = ora('building for production...')
25+
const spinner = ora('building for component...')
2626

2727
config.build.assetsRoot = path.resolve(__dirname, '../dist')
2828
config.build.assetsSubDirectory = '/'

dist/css/vue-bootstrap-selectpicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/vue-bootstrap-selectpicker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)