Skip to content

Commit

Permalink
fix: add type=text/jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zmm-fe committed Sep 12, 2020
1 parent 24da854 commit 851467e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/calendar/DateTable.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script type="text/jsx">
import fecha from 'element-ui/src/utils/date'
import {
range as rangeArr,
Expand Down
2 changes: 1 addition & 1 deletion packages/form-item/LabelWrap.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script type="text/jsx">
import {
computed,
ref,
Expand Down
2 changes: 1 addition & 1 deletion packages/tag/Tag.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script type="text/jsx">
import { computed, getCurrentInstance, Transition } from 'vue'
export default {
name: 'ElTag',
Expand Down
2 changes: 1 addition & 1 deletion packages/timeline/Timeline.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script type="text/jsx">
import { Fragment } from 'vue'
export default {
name: 'ElTimeline',
Expand Down

0 comments on commit 851467e

Please sign in to comment.