mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-28 03:18:38 +08:00
chore: remove useless code
This commit is contained in:
@@ -6,17 +6,16 @@ import HelloWorld from './components/HelloWorld.vue'
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="logo-box">
|
<div class="logo-box">
|
||||||
<img style="height:140px;" src="./assets/electron.png" alt="Electron logo">
|
<img style="height:140px;" src="./assets/electron.png" >
|
||||||
<span/>
|
<span/>
|
||||||
<img style="height:140px;" alt="Vite logo" src="./assets/vite.svg" />
|
<img style="height:140px;" src="./assets/vite.svg" >
|
||||||
<span/>
|
<span/>
|
||||||
<img style="height:140px;" alt="Vue logo" src="./assets/vue.png" />
|
<img style="height:140px;" src="./assets/vue.png" >
|
||||||
</div>
|
</div>
|
||||||
<HelloWorld msg="Hello Vue 3 + TypeScript + Vite" />
|
<HelloWorld msg="Hello Vue 3 + TypeScript + Vite" />
|
||||||
<div class="static-public">
|
<div class="static-public">
|
||||||
asjdfljasldfjasldfjlsdjflskjdf-----------
|
|
||||||
Place static files into the <code>src/renderer/public</code> folder
|
Place static files into the <code>src/renderer/public</code> folder
|
||||||
<img style="width:90px;" :src="'./images/node.png'" />
|
<img style="width:90px;" :src="'./images/node.png'" >
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user