Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

6 行
138 B

  1. import {createApp} from "vue"
  2. import App from "./components/app.vue"
  3. import "./assets/main.css"
  4. const app = createApp(App).mount("#app")