Skip to content

Commit

Permalink
feat: 脚本参数的值不去除空白符
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Mar 8, 2025
1 parent e666715 commit e99ca1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.15.3",
"version": "2.15.4",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 2 additions & 1 deletion src/components/ParamsEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
type="text"
:rows="1"
autosize
@blur="trimValue(item, 'value')"

/>
<!-- @blur="trimValue(item, 'value')" -->
</div>
<div class="item key-value-operation">
<div @click="deleteItem(index)">{{ deleteParamsText }}</div>
Expand Down

0 comments on commit e99ca1b

Please sign in to comment.