1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-17 22:32:02 +00:00
bramw_baserow/web-frontend/modules/builder/components/page/PageSkeleton.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
180 B
Vue
Raw Permalink Normal View History

<template>
<header class="layout__col-2-1 header">
<div class="header__loading"></div>
</header>
</template>
<script>
export default {
name: 'PageSkeleton',
}
</script>