More changes
This commit is contained in:
parent
3b4d3f08f6
commit
48c0aae3c0
8 changed files with 12 additions and 16 deletions
|
|
@ -1055,7 +1055,6 @@ class Util {
|
|||
}
|
||||
|
||||
getMatrixBaseUrl(user, config) {
|
||||
console.error("getMatrixBaseUrl", user, config);
|
||||
if (user) {
|
||||
const domain = User.domainPart(user.user_id);
|
||||
if (domain) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import * as components from "vuetify/components";
|
|||
import * as directives from "vuetify/directives";
|
||||
import { aliases, md } from "vuetify/iconsets/md";
|
||||
import { h } from "vue";
|
||||
import 'vuetify/styles';
|
||||
|
||||
// Import all .vue icons and process them, so they can be used
|
||||
// as $vuetify.icons.<iconname>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue