首页 > 软件开发 > vue > vue全局配置

vue全局配置

<template>
  <img alt="Vue logo" src="./assets/logo.png">
  <HelloWorld msg="Welcome to Your Vue.js App"/>
</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>


猜你喜欢

迷你音乐播放器组件

迷你音乐播放器组件

vue2.0教程

vue2.0教程

vue跳转

vue跳转

谈谈vue的ssr的几种方案,解决seo难题

谈谈vue的ssr的几种方案,解决seo难题

vue模板中使用三元运算条件渲染数据

vue模板中使用三元运算条件渲染数据

0 条评论

img 登陆后才能评论哦~