Skip to content

Commit 915b8a1

Browse files
Kevin OngkoKevin Ongko
Kevin Ongko
authored and
Kevin Ongko
committed
fix wrong script path
1 parent 1ea3f2d commit 915b8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1 class="title is-4">
126126

127127
<script src="https://unpkg.com/accounting-js"></script>
128128
<script src="https://unpkg.com/vue"></script>
129-
<script src="../dist/vue-numeric.min.js"></script>
129+
<script src="https://unpkg.com/vue-numeric"></script>
130130

131131
<script>
132132
Vue.use(VueNumeric.default)

0 commit comments

Comments
 (0)