Skip to content

Commit

Permalink
Merge pull request #9 from antoniputra/fix-bug-delete-link
Browse files Browse the repository at this point in the history
fix bug on delete link #8
  • Loading branch information
antoniputra authored Dec 6, 2017
2 parents 6027436 + d36aca1 commit 8febc93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion publishable/assets/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion publishable/assets/js/app.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions publishable/assets/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/js/app.js": "/js/app.js?id=d0d472874fe9addf3a91",
"/js/app.js": "/js/app.js?id=cefb54b92679402b69f7",
"/css/app.css": "/css/app.css?id=70bbdfbd70cfc8f5add3",
"/css/site.css": "/css/site.css?id=aff71bb3fadf61014b7b",
"/js/app.js.map": "/js/app.js.map?id=5c483d0920836df57f58",
"/js/app.js.map": "/js/app.js.map?id=697db6f3f1526ebe3f11",
"/css/app.css.map": "/css/app.css.map?id=3d33c09b8945dd9ef11f",
"/css/site.css.map": "/css/site.css.map?id=51fcb2945c9ab5973df7"
}
8 changes: 3 additions & 5 deletions resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ if (token) {
console.error('CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token');
}


require('./link-method.js')



// Object.defineProperty(Vue.prototype, '$lodash', { value: lodash });

window.Vue = require('vue');
Expand All @@ -37,3 +32,6 @@ Vue.component('markdown', require('./components/Markdown.vue'));
const app = new Vue({
el: '#app'
});


require('./link-method.js')

0 comments on commit 8febc93

Please sign in to comment.