updated the new input group slots

This commit is contained in:
2023-04-17 15:58:37 +10:00
parent e006090be2
commit 955f9021f7

View File

@@ -1,7 +1,14 @@
<template>
<SMMastHead title="Blog" />
<SMContainer>
<SMInput type="text" label="Search articles" v-model="searchInput" />
<SMInput type="text" label="Search articles" v-model="searchInput">
<template #append
><SMButton
type="primary"
label="Search"
@click="handleClickSearch"
/></template>
</SMInput>
<SMPagination
v-model="postsPage"
:total="postsTotal"