mirror of
https://github.com/gosticks/vue-webshop.git
synced 2025-10-16 12:05:40 +00:00
12 lines
153 B
Vue
12 lines
153 B
Vue
<template>
|
|
<div>
|
|
<h1>Hello from basic vue template</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {}
|
|
</script>
|
|
|
|
<style lang="scss"></style>
|