fix: 解析错误

This commit is contained in:
2023-09-13 19:26:30 +08:00
parent f70dc8d74e
commit 462f21967a

View File

@ -2,7 +2,7 @@
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-07-18 12:30:07
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-07-22 17:51:34
* @LastEditTime: 2023-09-13 19:23:14
* @FilePath: \vue3\stories\SelectTableModal.stories.ts
* @Description:
*
@ -58,7 +58,7 @@ const meta = {
:pager-count="args.pagerCount"
:multiple="args.multiple"
:z-index="args.zIndex"
><template #x>x</template></th-select-table-modal>`,
/>`,
}),
} satisfies Meta<typeof ThSelectTableModal>
export default meta