Lines Matching refs:title
11 <text class="title-style">{{compProp}}</text>
26 <comp comp-prop="{{title}}"></comp>
41 <text class="title-style">{{title}}</text>
49 title: {
50 default: 'title',
56 …o display the title. The title content is a custom attribute, which displays the text specified by…
62 <comp title="Custom component"></comp>
92 props: ['title'],
94 this.$watch('title', 'onPropertyChange');
97 console.info('title attribute changed'+ newV + ' ' + oldV)
110 props: ['title'],
113 objTitle: this.title,