WIP Удалены BaseButtons
This commit is contained in:
@@ -9,17 +9,22 @@
|
||||
placeholder="Описание",
|
||||
v-model="description"
|
||||
)
|
||||
.flex
|
||||
base-button(:size="40", @click="sendNote") Добавить
|
||||
q-btn(
|
||||
label="Добавить",
|
||||
no-caps,
|
||||
color="primary",
|
||||
padding="4px 24px",
|
||||
@click="sendNote",
|
||||
style="font-weight: 500; height: 40px; width: 122px"
|
||||
)
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseButton from "@/components/base/BaseButton";
|
||||
import BaseInput from "@/components/base/BaseInput";
|
||||
|
||||
export default {
|
||||
name: "TableCreateNote",
|
||||
components: { BaseButton, BaseInput },
|
||||
components: { BaseInput },
|
||||
props: {
|
||||
createNote: Function,
|
||||
closePopup: Function,
|
||||
|
||||
Reference in New Issue
Block a user