mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
refactor: change name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { RouterView } from 'vue-router'
|
||||
import { Alert, Button } from '@byteagent/ui'
|
||||
import { Alert, Button } from '@memohome/ui'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -4,7 +4,7 @@ import App from './App.vue'
|
||||
import router from './router'
|
||||
import { createPinia } from 'pinia'
|
||||
import i18n from './i18n'
|
||||
import '@byteagent/ui/style.css'
|
||||
import '@memohome/ui/style.css'
|
||||
|
||||
createApp(App)
|
||||
.use(createPinia())
|
||||
|
||||
Reference in New Issue
Block a user