Browse Source

add some reposity

night-cherry 3 weeks ago
parent
commit
9ca94471f1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      index.js

+ 0 - 5
index.js

@@ -13,10 +13,8 @@ console.log("----------------------------");
 console.log("----------------------------");
 // import {esname,esfunc} from "./utils/es.mjs"
 //es.func();
-
 console.log("----------------------------");
 console.log("<h3>this is node test string!!!</h3>");
-
 //const {createApp}=Vue;
 import {createApp } from 'vue';
 //import { createApp } from 'https://unpkg.com/vue@3/dist/vue.esm-browser.js';
@@ -34,7 +32,6 @@ import Headapes from "./common/Headapes.vue";
 import Header_ from './common/Header_.vue';
 import i18n from "./i18n.js";
 import { useI18n } from 'vue-i18n';
-
 /**
 const { locale,t } = useI18n();
 console.log("----------------------------");
@@ -147,7 +144,6 @@ const app=createApp({
       request.open("POST","http://ancientapes.cc:8080/mineluxuries/book");
       request.send("test tomcat");
     }
-
   },
   setup(){
     const { locale,t } = useI18n();
@@ -165,7 +161,6 @@ const app=createApp({
   }
 }).use(i18n).use(router).use(ElementPlus).mount("#app");
 //Vue.createApp(app).mount("#app");
-                                                     
 console.log("end the vue template render");