mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-05-07 04:19:19 +08:00
Compare commits
1 Commits
366ffcff10
...
0.30.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3a75346fd |
@@ -102,7 +102,7 @@ export default {
|
|||||||
]),
|
]),
|
||||||
сolorscaleDirections: markRaw([
|
сolorscaleDirections: markRaw([
|
||||||
{ label: 'Normal', value: 'normal' },
|
{ label: 'Normal', value: 'normal' },
|
||||||
{ label: 'Recersed', value: 'reversed' }
|
{ label: 'Reversed', value: 'reversed' }
|
||||||
]),
|
]),
|
||||||
colorSourceUsageOptions: markRaw([
|
colorSourceUsageOptions: markRaw([
|
||||||
{ label: 'Direct', value: 'direct' },
|
{ label: 'Direct', value: 'direct' },
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ export default {
|
|||||||
]),
|
]),
|
||||||
сolorscaleDirections: markRaw([
|
сolorscaleDirections: markRaw([
|
||||||
{ label: 'Normal', value: 'normal' },
|
{ label: 'Normal', value: 'normal' },
|
||||||
{ label: 'Recersed', value: 'reversed' }
|
{ label: 'Reversed', value: 'reversed' }
|
||||||
]),
|
]),
|
||||||
colorSourceUsageOptions: markRaw([
|
colorSourceUsageOptions: markRaw([
|
||||||
{ label: 'Direct', value: 'direct' },
|
{ label: 'Direct', value: 'direct' },
|
||||||
|
|||||||
Reference in New Issue
Block a user