fixes
This commit is contained in:
parent
1d229a4ecf
commit
620bd697b2
|
@ -123,15 +123,6 @@ function onTabMousedown(tab: Tab, ev: MouseEvent): void {
|
|||
}
|
||||
}
|
||||
|
||||
function goBack() {
|
||||
try {
|
||||
history.back();
|
||||
}
|
||||
catch {
|
||||
window.history.back()
|
||||
}
|
||||
}
|
||||
|
||||
function onTabClick(tab: Tab, ev: MouseEvent): void {
|
||||
if (tab.onClick) {
|
||||
ev.preventDefault();
|
||||
|
|
|
@ -27,9 +27,13 @@ export default defineConfig(({ command, mode }) => {
|
|||
}),
|
||||
pluginJson5(),
|
||||
tsconfigPaths(),
|
||||
// #v-ifdef VITE_CAPACITOR
|
||||
// ...
|
||||
// #v-else
|
||||
viteCompression({
|
||||
algorithm: 'brotliCompress'
|
||||
}),
|
||||
// #v-endif
|
||||
],
|
||||
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in New Issue