Skip to content

Commit a7f209a

Browse files
committed
[@FOXONE/FINANCE-UI]: 0.1.0-beta.7
1 parent f593e8d commit a7f209a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
],
3131
rules: {
3232
'vue/html-indent': ['warn', 2],
33+
'vue/no-reserved-keys': ['warn'],
3334
'vue/html-self-closing': [
3435
'warn',
3536
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foxone/finance-ui",
3-
"version": "0.1.0-beta.6",
3+
"version": "0.1.0-beta.7",
44
"description": "The Financial UI Component Library Based on @foxone/uikit and vuetify",
55
"main": "lib/index.js",
66
"module": "es/index.js",

src/AssetRangeInput/AssetRangeInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default defineComponent({
130130
return {
131131
_value_input,
132132
_value_slider
133-
}
133+
};
134134
},
135135

136136
computed: {

0 commit comments

Comments
 (0)