djledda.de main
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

client.ts 130 B

3 ay önce
3 ay önce
3 ay önce
3 ay önce
1234
  1. import { createSSRApp } from "vue";
  2. import DJHomeRoot from "@/home/DJHomeRoot.tsx";
  3. createSSRApp(DJHomeRoot).mount("#app-root");