|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
8 | 8 | <title>Document</title> |
9 | 9 |
|
10 | | - <link rel="stylesheet" href="https://unpkg.com/@krthr/vue-dataflow-editor@1.2.4/dist/vue-dataflow-editor.css"> |
| 10 | + <link rel="stylesheet" href="https://unpkg.com/@krthr/vue-dataflow-editor@1.2.5/dist/vue-dataflow-editor.css"> |
11 | 11 | </head> |
12 | 12 |
|
13 | 13 | <body> |
14 | 14 |
|
15 | 15 | <div id="app"> |
16 | | - <vue-blocks-container ref="container" :blocksContent="blocks" :scene.sync="scene" class="container" /> |
| 16 | + <vue-blocks-container ref="container" :blocks-content="blocks" :scene.sync="scene" class="container" /> |
17 | 17 | </div> |
18 | 18 | <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"> |
19 | 19 | </script> |
20 | | - <script src="https://unpkg.com/@krthr/vue-dataflow-editor@1.2.4/dist/vue-dataflow-editor.umd.js"></script> |
| 20 | + <script src="https://unpkg.com/@krthr/vue-dataflow-editor@1.2.5/dist/vue-dataflow-editor.umd.js"></script> |
21 | 21 | <script> |
22 | 22 | const app = new Vue({ |
23 | 23 | data: function () { |
|
0 commit comments