前端学习(2512):组件注册
生活随笔
收集整理的這篇文章主要介紹了
前端学习(2512):组件注册
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
app.vue
<template><div id="app"><users></users></div> </template><script> import Users from './components/User' export default {name: 'App',data () {return {title: '這是我的第一個(gè)標(biāo)題'}},components: {'users': Users} } </script><style></style>user.vue
<template><div class="users"><ul><li v-for="user in users">{{user}}</li></ul></div> </template><script> export default {name: 'users',data () {return {users: ['歌謠', '小紅', '小明']}} } </script><!-- Add "scoped" attribute to limit CSS to this component only --> <style scoped></style>運(yùn)行結(jié)果
總結(jié)
以上是生活随笔為你收集整理的前端学习(2512):组件注册的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: pads 2007 安装完成后, 出现
- 下一篇: 2017年html5行业报告,云适配发布