Skip to content

Commit 8c81dc2

Browse files
committed
1.3.0
1 parent b1628fb commit 8c81dc2

File tree

4 files changed

+36659
-0
lines changed

4 files changed

+36659
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ export default {
5656
</script>
5757

5858
```
59+
60+
## Changelog
61+
62+
v1.3.0
63+
* Options prop for sets the strings of the button
64+
65+

dist/vue-json-edit.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/dist/index.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Vue-Json-Edit</title>
6+
<style>
7+
body {
8+
font-size: 14px;
9+
font-family: 'Avenir', Helvetica, Arial, sans-serif;
10+
-webkit-font-smoothing: antialiased;
11+
-moz-osx-font-smoothing: grayscale;
12+
color: #2c3e50;
13+
}
14+
15+
.clearfix {
16+
*zoom: 1;
17+
}
18+
19+
.clearfix:before,
20+
.clearfix:after {
21+
content: '';
22+
display: table;
23+
}
24+
25+
.clearfix:after {
26+
clear: both;
27+
}
28+
29+
.t {
30+
text-align: center;
31+
margin-top: 40px;
32+
margin-bottom: 60px;
33+
}
34+
35+
.editor-w {
36+
margin: 0 auto;
37+
max-width: 1200px;
38+
padding: 0 20px;
39+
}
40+
41+
.w-2 {
42+
float: left;
43+
width: 50%;
44+
}
45+
46+
.editor {
47+
padding: 20px 60px;
48+
}
49+
50+
51+
</style>
52+
</head>
53+
<body>
54+
<div id="app"></div>
55+
<!-- built files will be auto injected -->
56+
<script type="text/javascript" src="main_84770915fa7e20f2a266.js"></script></body>
57+
</html>

0 commit comments

Comments
 (0)