Skip to content

Commit 1b3edbf

Browse files
authoredMar 7, 2020
docs: script in overview should be JaveScript
1 parent 1b7869a commit 1b3edbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vue Class Component is a library that lets you make your Vue components in class
1111
</div>
1212
</template>
1313
14-
<script lang="ts">
14+
<script>
1515
import Vue from 'vue'
1616
import Component from 'vue-class-component'
1717

0 commit comments

Comments
 (0)
Please sign in to comment.