-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues.html
70 lines (69 loc) · 2.91 KB
/
issues.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/logo.png">
<title>vxe-table 如何通过在线演示来描述问题?</title>
<script>var _hmt=_hmt||[];(function(){if(location.host.indexOf("localhost")===-1){var b=document.createElement("script");b.src="https://hm.baidu.com/hm.js?1eb3cea61a6e722c5e3dd0114830306c";b.onload=function(){_hmt.push(["_requirePlugin","UrlChangeTracker",{shouldTrackUrlChange:function(c,d){return c&&d}}])};var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a)}})();</script>
<style>
a {
text-decoration: none;
color: #333;
}
ul li {
padding: 5px;
}
ul li:hover a {
text-decoration: underline;
color: #1890ff;
}
</style>
</head>
<body>
<p>两步快速演示问题:</p>
<div>
<div>1.将代码示例放到以下任意一个公开的在线链接中,运行起来(点击 fork,确保能复现问题,最后点击保存,将链接发群里即可)</div>
<ul>
<li>
<a href="https://codesandbox.io/s/vxe-table-wentiyanshi-forked-54v2j" target="_blank">v4.x codesandbox(支持jsx)</a>
</li>
<li>
<a href="https://jsrun.net/K5IKp/edit" target="_blank">v4.x jsrun</a>
</li>
<li>
<a href="https://jsrun.net/CT3Kp/edit" target="_blank">v4.x jsrun(集成 element-plus)</a>
</li>
<li>
<a href="https://jsrun.net/nT3Kp/edit" target="_blank">v4.x jsrun(集成 ant-design-vue)</a>
</li>
<li>
<a href="https://jsfiddle.net/9qoghkbj/" target="_blank">v4.x jsfiddle</a>
</li>
</ul>
<div style="color:red;font-size: 22px;font-weight: bold;">(注:只需提供复现问题简单 Demo,不能放其他无关的代码)</div>
<ul>
<li>
<a href="https://codesandbox.io/s/vue-template-916h0" target="_blank">v3.x codesandbox(支持jsx)</a>
</li>
<li>
<a href="https://jsrun.net/vIyKp/edit" target="_blank">v3.x jsrun</a>
</li>
<li>
<a href="https://jsrun.net/4BLKp/edit" target="_blank">v3.x jsrun(集成 element-ui)</a>
</li>
<li>
<a href="https://jsrun.net/KRLKp/edit" target="_blank">v3.x jsrun(集成 iview)</a>
</li>
<li>
<a href="https://jsrun.net/pRLKp/edit" target="_blank">v3.x jsrun(集成 ant-design-vue)</a>
</li>
<li>
<a href="https://jsfiddle.net/jrn4u10c/" target="_blank">v3.x jsfiddle</a>
</li>
</ul>
<div>2.将问题步骤与浏览器环境描述清楚即可</div>
</body>
</html>