Skip to content

Commit

Permalink
🐛 修复样式界面图表不正常显示的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
叶晨 committed Oct 29, 2023
1 parent ff62c75 commit a659eac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ import Example from './example/example'
import Logo from './assets/logo.png'
</script>
<template>
<div id="app">
<img alt="Vue logo" :src="Logo" width="100px">
<div>
<img alt="Vue logo" :src="Logo" width="100">
<Example msg="Welcome to Your Vue.js App"/>
</div>
</template>

<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
Expand Down

0 comments on commit a659eac

Please sign in to comment.