From fc4214e9ae4a24bc0c38ddf2eac08d89ac4aaa2a Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 25 Jan 2023 05:50:42 +0200 Subject: [PATCH] minor: example improvement --- _examples/mvc/vuejs-todo-mvc/README.md | 4 ++-- _examples/mvc/vuejs-todo-mvc/src/web/public/index.html | 4 ++-- _examples/mvc/vuejs-todo-mvc/src/web/public/js/lib/.gitkeep | 0 _examples/mvc/vuejs-todo-mvc/src/web/public/js/lib/vue | 2 -- _examples/mvc/websocket-auth/browser/index.html | 2 +- _examples/mvc/websocket-auth/main.go | 2 +- _examples/mvc/websocket-auth/views/partials/footer.html | 2 +- _examples/mvc/websocket/browser/index.html | 2 +- _examples/websocket/basic/browser/index.html | 2 +- _examples/websocket/online-visitors/templates/index.html | 2 +- _examples/websocket/online-visitors/templates/other.html | 2 +- iris.go | 4 ++-- 12 files changed, 13 insertions(+), 15 deletions(-) create mode 100644 _examples/mvc/vuejs-todo-mvc/src/web/public/js/lib/.gitkeep delete mode 100644 _examples/mvc/vuejs-todo-mvc/src/web/public/js/lib/vue diff --git a/_examples/mvc/vuejs-todo-mvc/README.md b/_examples/mvc/vuejs-todo-mvc/README.md index fc9845c6..bd627cef 100644 --- a/_examples/mvc/vuejs-todo-mvc/README.md +++ b/_examples/mvc/vuejs-todo-mvc/README.md @@ -283,12 +283,12 @@ Let's add our view, the static html. Iris + Vue.js • TodoMVC - + - +