Skip to content

Commit

Permalink
doc: add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fireyy committed Dec 15, 2017
1 parent 66aa921 commit 1233778
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -1,5 +1,13 @@
# vue-page-designer

<p align="center">
<a href="https://fireyy.github.io/vue-page-designer/" target="_blank">
<img src="screen.png" width="700px">
<br>
Live Demo
</a>
</p>

A drag-and-drop mobile website builder base on Vue.

## Install
Expand Down
Binary file added screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/viewport/index.vue
Expand Up @@ -163,6 +163,8 @@ export default {

<style scoped>
.holder {
display: flex;
justify-content: center;
height: 100%;
overflow: auto;
font-size: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/store/state.js
Expand Up @@ -17,8 +17,8 @@ export default {
activeElement: {}, // 选中对象,要么是元件,要么是页面
page: {
page: true,
title: '一个活动', // 页面 title
height: 2800, // 画布高度
title: '测试页面', // 页面 title
height: 1500, // 画布高度
endTime: new Date(), // 截止日期
backgroundColor: '#fff'
},
Expand Down

0 comments on commit 1233778

Please sign in to comment.