久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術(shù)文章
文章詳情頁

Vue 組件注冊(cè)全解析

瀏覽:102日期:2022-10-18 18:15:55
全局組件注冊(cè)語法

components中的兩個(gè)參數(shù)組件名稱和組件內(nèi)容

Vue.component(組件名稱, { data: 組件數(shù)據(jù), template:組件模板內(nèi)容 })全局組件注冊(cè)應(yīng)用

組件創(chuàng)建:

Vue.component(’button-counter’, { data: function(){ return { count: 0 } }, template: ’<button @click='handle'>點(diǎn)擊了{(lán){count}}次</button>’, methods: { handle: function(){ this.count ++; } } }) var vm = new Vue({ el: ’#app’, data: { } });

如何在頁面中運(yùn)用,直接在頁面中應(yīng)用組件名稱

<div id='app'> <button-counter></button-counter></div>

這個(gè)組件是可以重用的,直接在頁面中多次使用,切數(shù)據(jù)相互獨(dú)立,互不干擾

組件注冊(cè)注意事項(xiàng)

1.data必須是一個(gè)函數(shù)

分析函數(shù)與普通對(duì)象的對(duì)比

2.組件模板內(nèi)容必須是單個(gè)根元素

分析演示實(shí)際的效果

3.組件模板內(nèi)容可以是模板字符串

模板字符串需要瀏覽器提供支持(ES6語法)

4.組件命名方式

短橫線方式

Vue.component(’my-component’,{/*...*/})

駝峰方式

Vue.component(’MyComponent’,{/*...*/})

如果使用駝峰式命名組件,那么在使用組件的時(shí)候,只能在字符串模板中用駝峰的方式使用組件,但是在普通的標(biāo)簽?zāi)0逯校仨毷褂枚虣M線的方式使用組件

局部組件

局部組件只能在注冊(cè)它的父組件中使用

局部組件注冊(cè)語法

var ComponentA = {/*...*/}var ComponentB = {/*...*/}var ComponentC = {/*...*/}new Vue({ el : ’#app’, components: {’component-a’ : ComponentA,’component-b’ : ComponentB,’component-c’ : ComponentC}})

組件的創(chuàng)建

Vue.component(’test-com’,{ template: ’<div>Test<hello-world></hello-world></div>’ }); var HelloWorld = { data: function(){ return { msg: ’HelloWorld’ } }, template: ’<div>{{msg}}</div>’ }; var HelloTom = { data: function(){ return { msg: ’HelloTom’ } }, template: ’<div>{{msg}}</div>’ }; var HelloJerry = { data: function(){ return { msg: ’HelloJerry’ } }, template: ’<div>{{msg}}</div>’ }; var vm = new Vue({ el: ’#app’, data: { }, components: { ’hello-world’: HelloWorld, ’hello-tom’: HelloTom, ’hello-jerry’: HelloJerry } });

頁面中的應(yīng)用

<div id='app'> <hello-world></hello-world> <hello-tom></hello-tom> <hello-jerry></hello-jerry> <test-com></test-com> </div>

以上就是Vue 組件注冊(cè)全解析的詳細(xì)內(nèi)容,更多關(guān)于Vue 組件注冊(cè)的資料請(qǐng)關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 91国在线高清视频 | 欧美激情视频一区二区三区在线播放 | 中文久久| 蜜桃毛片 | 精品一区二区三区久久 | 成年入口无限观看网站 | 91尤物网站网红尤物福利 | 精品国产18久久久久久二百 | 伊人网站 | 久久免费视频国产 | 国产日韩精品一区二区 | av中文字幕在线观看 | 国产一区二区三区视频 | 伊人色播 | 亚洲狠狠爱一区二区三区 | 日韩欧美国产一区二区三区 | 国产精品久久久久久吹潮 | 中文字幕永久第一页 | 欧美日韩中文字幕 | 青草青草久热精品视频在线观看 | 亚洲欧美v国产一区二区 | 33eee在线视频免费观看 | 北条麻妃国产九九九精品小说 | 99国产精品99久久久久久 | 亚洲欧美一区二区精品中文字幕 | 天堂一区二区三区 | 欧美a级在线观看 | 午夜爽爽爽 | 久久精品高清 | 日韩欧美网址 | 欧美精品在线一区 | 精品视频一区二区 | 成人亚洲在线观看 | 超级碰在线视频 | 免费高潮视频95在线观看网站 | 午夜av影院 | 国产精品一区二区不卡 | 亚洲欧美精品一区 | 精品国产不卡一区二区三区 | 午夜激情免费看 | 成人黄色电影在线观看 |