|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <Drawer @close="onClose" v-bind="getBindValues">
|
|
|
|
|
|
+ <Drawer v-bind="getBindValues" :class="prefixCls" @close="onClose">
|
|
<template #title v-if="!$slots.title">
|
|
<template #title v-if="!$slots.title">
|
|
<DrawerHeader
|
|
<DrawerHeader
|
|
:title="getMergeProps.title"
|
|
:title="getMergeProps.title"
|