Fixed typo

pull/12/head
cagataycivici 2019-06-29 14:52:22 +03:00
parent bf9f7403d7
commit 1805279ed3
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default {
</CodeHighlight> </CodeHighlight>
<h3>Empty Message</h3> <h3>Empty Message</h3>
<p>Where there is no data to display, the optional <i>empty<i/> template can be used to display information.</p> <p>Where there is no data to display, the optional <i>empty</i> template can be used to display information.</p>
<CodeHighlight> <CodeHighlight>
&lt;template #empty&gt;No records found.&lt;/template&gt; &lt;template #empty&gt;No records found.&lt;/template&gt;
</CodeHighlight> </CodeHighlight>