1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Refactored Angular code to instead use VueJS, left with permissions, testing and load testing.

This commit is contained in:
Abijeet
2017-08-20 20:21:27 +05:30
parent 4df3267521
commit ed375bfaf7
5 changed files with 41 additions and 44 deletions

View File

@ -10,6 +10,7 @@ let vueMapping = {
'code-editor': require('./code-editor'),
'image-manager': require('./image-manager'),
'tag-manager': require('./tag-manager'),
'page-comments': require('./page-comments')
};
window.vues = {};