diff --git a/src/vue-poc/static/app-gen.js b/src/vue-poc/static/app-gen.js index e84f05a..a8db98a 100644 --- a/src/vue-poc/static/app-gen.js +++ b/src/vue-poc/static/app-gen.js @@ -1,8 +1,9 @@ const Edit=Vue.extend({ template: ` - + + + - folder {{ name }} {{ mode }} @@ -84,9 +85,13 @@ const Edit=Vue.extend({ -
+ + + -
+ +
+
`, @@ -287,16 +292,16 @@ const Files=Vue.extend({ ); const Home=Vue.extend({ template: ` - - + +
VUE-POC
v0.0.1
-
- + +

This is a experiment in using vue.js.

-
+ add REPLACED -
+ `} ); const Options=Vue.extend({ template: ` - - + + @@ -334,24 +339,24 @@ const Options=Vue.extend({ - + - + - + - + Show Snackbar Snackbar? - + Hello, I'm a snackbar highlight_off - + `, data: function(){ return { @@ -364,19 +369,19 @@ const Options=Vue.extend({ const People=Vue.extend({ template: ` - Look at all the people who work here! + Look at all the people who work here! Reverse Message

{{ message }}

-
- - + + + - - + + - - + +
`, data: function(){ @@ -567,7 +572,8 @@ const app = new Vue({ router, data:function(){return { q:"", - sidebar:false, + drawer:true, + mini: false, items: [{ href: '/', router: true, diff --git a/src/vue-poc/static/app.html b/src/vue-poc/static/app.html index 136f3f1..4dcc1ee 100644 --- a/src/vue-poc/static/app.html +++ b/src/vue-poc/static/app.html @@ -9,7 +9,7 @@ Vue Router Test - + @@ -19,7 +19,7 @@ - + @@ -32,38 +32,54 @@ - + + + + + + + + + + Random name + + + + chevron_left + + + + + + + + + + + + + {{ item.icon }} + + + {{ item.title }} + + + + + + + - + Vue PoC -
- -
-

Sidebar

-

This is just an example sidebar.

-
- - - - {{item.icon}} - - - {{ item.title }} - - - -
- - +
- -
diff --git a/src/vue-poc/static/core.js b/src/vue-poc/static/core.js index eb43f65..330bdbd 100644 --- a/src/vue-poc/static/core.js +++ b/src/vue-poc/static/core.js @@ -54,7 +54,8 @@ const app = new Vue({ router, data:function(){return { q:"", - sidebar:false, + drawer:true, + mini: false, items: [{ href: '/', router: true, diff --git a/src/vue-poc/templates/edit.vue b/src/vue-poc/templates/edit.vue index c6e433e..2518b53 100644 --- a/src/vue-poc/templates/edit.vue +++ b/src/vue-poc/templates/edit.vue @@ -1,8 +1,9 @@ diff --git a/src/vue-poc/templates/home.vue b/src/vue-poc/templates/home.vue index 2c8002b..45d26b9 100644 --- a/src/vue-poc/templates/home.vue +++ b/src/vue-poc/templates/home.vue @@ -1,15 +1,15 @@