Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit 117cc81

Browse files
Remove .vs
1 parent 44cc786 commit 117cc81

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
node_modules
33
#/dist
4+
.vs
45

56
# local env files
67
.env.local

tests/browser-module-test.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
</tr>
5656
<tr>
5757
<td>Exponential</td>
58-
<td v-pre><pre>{{ 12398734.202 | numeral('0.[00]e+0') }}</pre></td>
59-
<td v-pre><pre>{{ 12398734.202 | exponential }}</pre></td>
60-
<td>{{ 12398734.202 | exponential }}</td>
58+
<td v-pre><pre>{{ 123987.202 | numeral('0.[00]e+0') }}</pre></td>
59+
<td v-pre><pre>{{ 123987.202 | exponential }}</pre></td>
60+
<td>{{ 123987.202 | exponential }}</td>
6161
</tr>
6262
</tbody>
6363
</table>

0 commit comments

Comments
 (0)