This commit is contained in:
cookfront 2017-03-06 15:57:10 +08:00
parent 7093f1772f
commit b388aeaa02
3 changed files with 3 additions and 5 deletions

View File

@ -130,8 +130,6 @@ if (process.env.NODE_ENV === 'production') {
var description = (m && m.length > 1) ? m[1] : '';
var content = tokens[idx + 1].content;
var html = convert(striptags.strip(content, ['script', 'style']));
var script = striptags.fetch(content, 'script');
var style = striptags.fetch(content, 'style');
return `<demo-block class="demo-box">
<div class="examples" slot="examples">${html}</div>

View File

@ -21,7 +21,7 @@
只接受primary, default, danger三种类型默认default。
:::demo
:::demo 按钮功能
```html
<zan-row>
<zan-col span="24">

View File

@ -2,7 +2,7 @@
### 完整引入
```js
```javascript
import Vue from 'vue';
import ZanUI from '@youzan/zanui-vue';
import '@youzan/zanui-vue/lib/zanui-css/index.css';
@ -12,7 +12,7 @@ Vue.use(ZanUI);
### 按需引入
```js
```javascript
import Vue from 'vue';
import { Button, Cell } from '@youzan/zanui-vue';
import '@youzan/zanui-vue/lib/zanui-css/button.css';