111
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
<template>
|
||||
<div class="orders">No order has been made yet.</div>
|
||||
<div class="orders">
|
||||
<tip-box>
|
||||
<router-link class="link" to="/">Browse products</router-link>
|
||||
</tip-box>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { computed, ref } from 'vue'
|
||||
import tipBox from './tip-box.vue'
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.orders {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user