zanui vue config

This commit is contained in:
cookfront
2017-03-03 10:20:55 +08:00
parent 0e8b918f3e
commit 6e6c057ffd
11 changed files with 82 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
## ImagePreview 图片预览

View File

@@ -0,0 +1,5 @@
<template>
<div class="page-image-pewview">
<h1 class="page-title">Image Preview</h1>
</div>
</template>

View File

@@ -130,8 +130,8 @@
"title": "Waterfall"
},
{
"path": "/img-preview",
"title": "Img Preview"
"path": "/image-preview",
"title": "ImagePreview 图片预览"
}
]
}