Compare commits
No commits in common. "356ab1fe545c619b6c0ce512f9e356a1411ed886" and "31985020dd301d5f454f9653cc58f8616af601ad" have entirely different histories.
356ab1fe54
...
31985020dd
|
@ -47,6 +47,6 @@ server {
|
|||
gzip_vary on;
|
||||
gzip_min_length 10240;
|
||||
gzip_proxied expired no-cache no-store private auth;
|
||||
gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript application/xml;
|
||||
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml;
|
||||
gzip_disable "MSIE [1-6]\.";
|
||||
}
|
||||
|
|
|
@ -3,7 +3,4 @@ import vue from "@vitejs/plugin-vue";
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
define: {
|
||||
__VUE_OPTIONS_API__: false
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue