|
@ -2,7 +2,7 @@ |
|
|
<div |
|
|
<div |
|
|
class="space-y-2 bg-white rounded-xl mx-auto max-w-sm py-8 px-8 shadow-md sm:space-y-0 sm:space-x-6 sm:flex sm:py-4 sm:items-center" |
|
|
class="space-y-2 bg-white rounded-xl mx-auto max-w-sm py-8 px-8 shadow-md sm:space-y-0 sm:space-x-6 sm:flex sm:py-4 sm:items-center" |
|
|
> |
|
|
> |
|
|
<img alt="Vue logo" src="./assets/logo.png" width="150" /> |
|
|
|
|
|
|
|
|
<img alt="Vue logo" src="@/assets/logo.png" width="150" /> |
|
|
<div class="space-y-2 text-center sm:text-left"> |
|
|
<div class="space-y-2 text-center sm:text-left"> |
|
|
<div class="space-y-0.5"> |
|
|
<div class="space-y-0.5"> |
|
|
<p class="font-semibold text-lg text-black"> |
|
|
<p class="font-semibold text-lg text-black"> |
|
@ -31,7 +31,7 @@ |
|
|
|
|
|
|
|
|
<script lang="ts"> |
|
|
<script lang="ts"> |
|
|
import { defineComponent } from 'vue' |
|
|
import { defineComponent } from 'vue' |
|
|
import Basket from './components/Basket.vue' |
|
|
|
|
|
|
|
|
import Basket from './Basket.vue' |
|
|
declare const APP_TITLE, APP_VERSION, APP_REPOSITORY, APP_LICENSE |
|
|
declare const APP_TITLE, APP_VERSION, APP_REPOSITORY, APP_LICENSE |
|
|
|
|
|
|
|
|
export default defineComponent({ |
|
|
export default defineComponent({ |