16 lines
No EOL
168 B
Vue
16 lines
No EOL
168 B
Vue
<script setup lang="ts">
|
|
import type { VM } from '../types/VM';
|
|
import axios from 'axios';
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<h1>hola</h1>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |