mirror of
https://github.com/kevin-DL/team-management.git
synced 2026-01-11 10:44:29 +00:00
20 lines
264 B
Vue
20 lines
264 B
Vue
<template>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import Vue from 'vue'
|
|
|
|
export default Vue.extend({})
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
/* Sample `apply` at-rules with Tailwind CSS
|
|
.container {
|
|
@apply min-h-screen flex justify-center items-center text-center mx-auto;
|
|
}
|
|
*/
|
|
</style>
|