main: Quick commit
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { TextObfuscatorPlugin } from "./mix/textObfuscator";
|
||||
import { createApp, ref } from "vue";
|
||||
import { createPinia } from "pinia";
|
||||
|
||||
@@ -29,6 +28,5 @@ router.beforeEach((to, from, next) => {
|
||||
VueScrollTo.scrollTo("#app", 0);
|
||||
next();
|
||||
});
|
||||
// //app.use(TextObfuscatorPlugin);
|
||||
app.mount("#app");
|
||||
export default i18n;
|
||||
|
||||
Reference in New Issue
Block a user