chore: Rename Astroglobe -> Astrolabe
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import Vue from 'vue'
|
||||
import { translate as t, translatePlural as n } from '@nextcloud/l10n'
|
||||
import App from './App.vue'
|
||||
|
||||
Vue.mixin({ methods: { t, n } })
|
||||
|
||||
const View = Vue.extend(App)
|
||||
new View().$mount('#astrolabe')
|
||||
Reference in New Issue
Block a user