no message

Former-commit-id: 6b8025b5ce4737c3313e1e221a67cd5cdf163ee2
Former-commit-id: bf1484561576dfe0e1b1b6a5c9985920a9ba73af
Former-commit-id: 0b1c298992fc6af645f293fc9dbfe5be65bf48f7
This commit is contained in:
liyang
2018-06-10 16:30:02 +08:00
parent 7f0c056ec0
commit 59a0c2cc95
27 changed files with 30 additions and 220 deletions

View File

@@ -1,10 +1,6 @@
<template>
<d2-container>
<PageHeader
slot="header"
title="基本示例"
url="https://github.com/PanJiaChen/vue-split-pane">
</PageHeader>
<PageHeader slot="header" title="基本示例"></PageHeader>
<div style="height: 400px; margin: -16px;">
<SplitPane :min-percent='20' :default-percent='30' split="vertical">
<template slot="paneL"><div style="margin: 10px;"></div></template>