generated from VLADIMIR/template_frontend
fix
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import BeltBlock from './BeltBlock.vue';
|
||||
import MetalPlate from './MetalPlate.vue';
|
||||
import HeaderText from './HeaderText.vue';
|
||||
import { ref, type PropType } from 'vue';
|
||||
|
||||
import { Footsteps } from '@vicons/ionicons5'
|
||||
import { ContactMailRound } from '@vicons/material'
|
||||
import { Icon } from '@vicons/utils'
|
||||
import { type PropType,ref } from 'vue';
|
||||
|
||||
import BeltBlock from './BeltBlock.vue';
|
||||
import HeaderText from './HeaderText.vue';
|
||||
import MetalPlate from './MetalPlate.vue';
|
||||
|
||||
const code = ref('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user