mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
15 lines
134 B
Vue
15 lines
134 B
Vue
<template>
|
|
<div>
|
|
<h1>hello world</h1>
|
|
</div>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
export {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
</style> |