添加文件
This commit is contained in:
parent
903c379bcb
commit
69306430c2
BIN
public/kaldoreilogo.jpg
Normal file
BIN
public/kaldoreilogo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
15
src/components/ContactUs.vue
Normal file
15
src/components/ContactUs.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: "ContactUs"
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
src/components/ExampleItem.vue
Normal file
15
src/components/ExampleItem.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: "ExampleItem"
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
src/components/ExampleList.vue
Normal file
15
src/components/ExampleList.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: "ExampleList"
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
src/components/brief.vue
Normal file
15
src/components/brief.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: "brief"
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@ -3,4 +3,9 @@ import './assets/main.css'
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
// 引入 Bootstrap CSS
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
// 引入 Bootstrap JavaScript (Bundle 版本包含了 Popper.js)
|
||||
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
|
||||
|
||||
createApp(App).mount('#app')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user