pull/1196/head^2
Tuğçe Küçükoğlu 2021-05-10 11:22:08 +03:00
parent d44c7560b0
commit d7c5912498
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ import BadgeDirective from 'primevue/badgedirective';
<pre v-code.script><code>
import BadgeDirective from 'primevue/badgedirective';
Vue.directive('badge', BadgeDirective);
app.directive('badge', BadgeDirective);
</code></pre>

View File

@ -112,7 +112,7 @@ import InlineMessage from 'primevue/inlinemessage';
</table>
</div>
<h5>Properties of ValidationMessage</h5>
<h5>Properties of InlineMessage</h5>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>

View File

@ -29,7 +29,7 @@ directives: {
&lt;InputText type="text" v-tooltip.right="'Enter your username'" /&gt;
&lt;InputText type="text" v-tooltip.top="'Enter your username'" /&gt;
&lt;InputText type="text" v-tooltip.bottom="'Enter your username'" /&gt;
&lt;InputText type="text" v-tooltip.top="'Enter your username'" /&gt;
&lt;InputText type="text" v-tooltip.left="'Enter your username'" /&gt;
</template>
</code></pre>