diff --git a/src/router/modules/demo.ts b/src/router/modules/demo.ts index b2157a1..78e54b9 100644 --- a/src/router/modules/demo.ts +++ b/src/router/modules/demo.ts @@ -110,6 +110,10 @@ const titleArr = [ key: 'thirdCompWrap', title: '第三方组件二次封装slot传递', }, + { + key: 'blockAllAction', + title: '阻止页面所有操作', + }, ]; // @/views/demo/**/*.vue diff --git a/src/views/demo/blockAllAction/index.vue b/src/views/demo/blockAllAction/index.vue new file mode 100644 index 0000000..297623b --- /dev/null +++ b/src/views/demo/blockAllAction/index.vue @@ -0,0 +1,238 @@ + + + + +