feat: add area cascade selector demo (#257)

This commit is contained in:
一万
2022-04-30 00:40:28 +08:00
committed by GitHub
parent 6c6d520dcb
commit 016c75c0d4
10 changed files with 400 additions and 35 deletions

View File

@@ -53,7 +53,7 @@ const props = {
};
export default defineComponent({
name: "epTableProBar",
name: "ReQrcode",
props,
emits: ["done", "click", "disabled-click"],
setup(props, { emit }) {