ソースを参照

feature: dist

xiongxt 1 年間 前
コミット
d98773ffe9

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/ludash/favicon.ico"><title>ludash</title><script defer="defer" src="/ludash/js/chunk-vendors.6d78f9fa.js"></script><script defer="defer" src="/ludash/js/app.3cba9be0.js"></script><link href="/ludash/css/app.414ee198.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but ludash doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/ludash/favicon.ico"><title>ludash</title><script defer="defer" src="/ludash/js/chunk-vendors.8715a4be.js"></script><script defer="defer" src="/ludash/js/app.a55881cc.js"></script><link href="/ludash/css/app.414ee198.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but ludash doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/js/app.a55881cc.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/js/app.a55881cc.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/js/chunk-vendors.6d78f9fa.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/js/chunk-vendors.8715a4be.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/js/chunk-vendors.8715a4be.js.map


+ 2 - 2
src/router/index.js

@@ -1,4 +1,4 @@
-import { createRouter, createWebHistory } from "vue-router";
+import { createRouter, createWebHashHistory } from "vue-router";
 import { defineComponent } from "vue";
 
 /**
@@ -93,7 +93,7 @@ const routes = [
 ];
 
 const router = createRouter({
-  history: createWebHistory(process.env.BASE_URL),
+  history: createWebHashHistory(process.env.BASE_URL),
   routes,
 });
 

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません