version 2.1.0 (#482)
This commit is contained in:
@@ -47,7 +47,7 @@ const onRegister = async () => {
|
||||
}
|
||||
};
|
||||
|
||||
const defaultApiHost = 'http://10.147.223.128:11211'
|
||||
const defaultApiHost = 'http://47.115.208.211:11211'
|
||||
const apiHost = ref<string>(defaultApiHost)
|
||||
const apiHostSuggestions = ref<Array<string>>([])
|
||||
const apiHostSearch = async (event: { query: string }) => {
|
||||
|
||||
@@ -4,5 +4,6 @@ import { viteSingleFile } from "vite-plugin-singlefile"
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
plugins: [vue(), viteSingleFile()],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user