Some minor bug fixes
This commit is contained in:
@@ -121,7 +121,7 @@ export default {
|
||||
project: this
|
||||
};
|
||||
},
|
||||
inject: ['api', 'lang', 'hash', 'projects', 'user', 'consts', 'isMobile'],
|
||||
inject: ['api', 'lang', 'hash', 'projects', 'consts', 'isMobile'],
|
||||
mounted() {
|
||||
//Starts default project init() through watcher
|
||||
if(this.hash.items.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user