feat: delete code

This commit is contained in:
tim
2025-07-02 21:09:20 +08:00
parent 8c21b39d78
commit dc20f06614
4 changed files with 7 additions and 73 deletions
+5 -14
View File
@@ -1,26 +1,17 @@
<template>
<img alt="Vue logo" src="./assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
<div>
<h1>Open Isle CLI</h1>
</div>
</template>
<script>
import HelloWorld from './components/HelloWorld.vue'
export default {
name: 'App',
components: {
HelloWorld
}
}
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>