Skip to content

Commit fe0a5bd

Browse files
committed
fix: remove mistaken lang ts
1 parent 53329a8 commit fe0a5bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/layouts/default.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
</template>
1212

13-
<script lang="ts">
13+
<script>
1414
import { defineComponent } from '@nuxtjs/composition-api';
1515
import MyNavbar from '@/components/layout/MyNavbar/MyNavbar.vue';
1616
import MySidebar from '@/components/layout/MySidebar/MySidebar.vue';

pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
</template>
3030

31-
<script lang="ts">
31+
<script>
3232
import { defineComponent } from '@nuxtjs/composition-api';
3333
3434
export default defineComponent({

0 commit comments

Comments
 (0)