Skip to content

Commit

Permalink
add flex-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
miniflycn committed Jun 27, 2022
1 parent 24a4220 commit 8c7767b
Show file tree
Hide file tree
Showing 8 changed files with 3,945 additions and 13 deletions.
11 changes: 3 additions & 8 deletions page-transformer/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<script>
import Layout from './components/layout.vue'
import Grid from './components/grid.vue'
import FlexGrid from './components/flex-grid.vue'
export default {
props: {
page: Array
},
components: {
'grid': Grid,
'flex-grid': FlexGrid,
Layout
},
}
Expand All @@ -21,11 +23,4 @@
</div>
</template>
</Layout>
</template>

<style>
body, div {
margin: 0;
padding: 0;
}
</style>
</template>
Loading

0 comments on commit 8c7767b

Please sign in to comment.