]> git.r.bdr.sh - rbdr/dasein/blobdiff - app/dasein.js
Merge branch 'release/1.0.0'
[rbdr/dasein] / app / dasein.js
index 6b3fd951e8143df8eebb6df20b024dd0d55e09ae..699a01f3cfa854c2cd20ea92f9417f36c587ecae 100644 (file)
@@ -22,13 +22,6 @@ export default internals.Dasein = {
     this.vm = new Vue({
       router: this._setupRouter(),
       el: '#dasein',
     this.vm = new Vue({
       router: this._setupRouter(),
       el: '#dasein',
-      components: {
-        login: LoginComponent,
-        welcome: WelcomeComponent
-      },
-      data: {
-        message: 'Hello Vue!'
-      },
       methods: {
         authenticated() {
 
       methods: {
         authenticated() {