mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-23 18:05:34 +00:00
NOT COMPILING. Init vue setup.
This commit is contained in:
15
frontend/App.vue
Normal file
15
frontend/App.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>hello world</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user