HolyKnightIX hace 1 año
padre
commit
e04b2a3619
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. +17
    -0
      src/test/test.vue

+ 17
- 0
src/test/test.vue Ver fichero

@@ -0,0 +1,17 @@
<template>
<div></div>
</template>

<script>
export default {
data() {
return {};
},

methods: {},

mounted() {},
};
</script>

<style lang="scss" scoped></style>

Cargando…
Cancelar
Guardar