Ajustar los puntajes
This commit is contained in:
parent
28bd8f286b
commit
1d33f7f9af
@ -22,8 +22,29 @@ div
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
|
||||
const puntos = [0, 0, 1000, 2000, 3000, 4500, 6500, 9000, 12000, 15000, 18000, 21000, 24000, 28000,
|
||||
35000, 36500, 38000, 39500, 41000, 42500, 50000];
|
||||
const puntos = [
|
||||
0,
|
||||
0,
|
||||
1000,
|
||||
2000,
|
||||
3000,
|
||||
4000,
|
||||
6000,
|
||||
8000,
|
||||
10000,
|
||||
13000,
|
||||
17000,
|
||||
21000,
|
||||
25000,
|
||||
30000,
|
||||
35000,
|
||||
37000,
|
||||
39000,
|
||||
41000,
|
||||
43000,
|
||||
45000,
|
||||
50000
|
||||
];
|
||||
|
||||
export default defineComponent({
|
||||
name: "Puntaje",
|
||||
|
Loading…
Reference in New Issue
Block a user