Skip to content

Commit 85fe5c9

Browse files
authored
Merge pull request #1380 from adumesny/develop
update Vuejs demo to match others includes
2 parents 56dce99 + 38da670 commit 85fe5c9

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

demo/vuejs.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,8 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Gridstack.js Vue integration example</title>
7-
<link
8-
rel="stylesheet"
9-
href="https://cdn.jsdelivr.net/npm/gridstack@2.0.0/dist/gridstack.min.css"
10-
/>
11-
12-
<script src="https://cdn.jsdelivr.net/npm/gridstack@2.0.0/dist/gridstack.all.js"></script>
13-
<style>
14-
.grid-stack {
15-
background: #fafad2;
16-
}
17-
.grid-stack-item-content {
18-
color: #2c3e50;
19-
text-align: center;
20-
background-color: #18bc9c;
21-
}
22-
</style>
7+
<link rel="stylesheet" href="demo.css"/>
8+
<script src="../dist/gridstack.all.js"></script>
239
</head>
2410
<body>
2511
<main id="app">

0 commit comments

Comments
 (0)