Skip to content

Commit 8612cbe

Browse files
# Conflicts: # README.md
2 parents 40e8906 + e8faa7c commit 8612cbe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli) for s
1010

1111
``` bash
1212
$ 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
1414
$ cd my-view
1515
$ npm install
1616
$ npm run dev
@@ -30,7 +30,12 @@ $ npm run dev
3030
### Important
3131

3232
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+
```
3439

3540
For `1.1.0` use:
3641
``` bash

template/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8" style="overflow: hidden;">
55
<title>Neutronium Page</title>
66
</head>
77
<body>
8-
<div id="main">
8+
<div id="main" style="height: 100%;overflow: hidden;">
99
<App :view-model="$data.ViewModel" :__window__="$data.Window">
1010
</App>
1111
</div>

0 commit comments

Comments
 (0)