mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
15 lines
175 B
Vue
15 lines
175 B
Vue
<script lang="ts">
|
|
import {defineComponent} from 'vue'
|
|
|
|
export default defineComponent({
|
|
name: "test2"
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
About
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |