We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56dce99 + 38da670 commit 85fe5c9Copy full SHA for 85fe5c9
demo/vuejs.html
@@ -4,22 +4,8 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<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>
+ <link rel="stylesheet" href="demo.css"/>
+ <script src="../dist/gridstack.all.js"></script>
23
</head>
24
<body>
25
<main id="app">
0 commit comments