From 9ae651c782a332d1dd3221e5a8b71b778695f44a Mon Sep 17 00:00:00 2001 From: Gege Date: Tue, 4 Jun 2019 16:09:02 +0200 Subject: [PATCH] readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 3973b83..733b856 100644 --- a/README.md +++ b/README.md @@ -205,12 +205,6 @@ create(user) ### AJAX and Vue ```js -// app.js - -Gate.prototype.before = function () { - return this.user.id == 1; -} - Vue.prototype.$Gate = new Gate; Vue.component('posts', { @@ -224,7 +218,7 @@ Vue.component('posts', { }; }, template: ` - + ` });