File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli) for s
10
10
11
11
``` bash
12
12
$ npm install -g vue-cli
13
- $ vue init NeutroniumCore/neutronium-vue#v6.1 .0 my-view
13
+ $ vue init NeutroniumCore/neutronium-vue#v6.2 .0 my-view
14
14
$ cd my-view
15
15
$ npm install
16
16
$ npm run dev
@@ -30,7 +30,12 @@ $ npm run dev
30
30
### Important
31
31
32
32
Each versions is specific to a version of Neutronium.JavascriptFramework.Vue.
33
- ` Version 6.2.0 ` is compatible with last Neutronium version: ` v1.2.0 `
33
+ ` Version 6.2.0 ` is compatible with last Neutronium version: ` v1.3.0 `
34
+
35
+ For ` 1.2.0 ` use:
36
+ ``` bash
37
+ $ vue init NeutroniumCore/neutronium-vue#v6.1.0 my-project
38
+ ```
34
39
35
40
For ` 1.1.0 ` use:
36
41
``` bash
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
4
+ < meta charset ="utf-8 " style =" overflow: hidden; " >
5
5
< title > Neutronium Page</ title >
6
6
</ head >
7
7
< body >
8
- < div id ="main ">
8
+ < div id ="main " style =" height: 100%;overflow: hidden; " >
9
9
< App :view-model ="$data.ViewModel " :__window__ ="$data.Window ">
10
10
</ App >
11
11
</ div >
You can’t perform that action at this time.
0 commit comments