This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-acquia/src/App.vue
2018-12-24 13:34:45 +00:00

16 lines
259 B
Vue

<template>
<div id="app" class="flex flex-col flex-1">
<router-view class="flex flex-col flex-1"></router-view>
</div>
</template>
<script>
export default {}
</script>
<style>
@tailwind preflight;
@tailwind components;
@tailwind utilities;
</style>