3 lines
71 B
Vue
3 lines
71 B
Vue
<template>
|
|
<h1 class="text-center">{{ new Date() }}</h1>
|
|
</template>
|
<template>
|
|
<h1 class="text-center">{{ new Date() }}</h1>
|
|
</template>
|