diff --git a/core/src/components/modal/usage/vue.md b/core/src/components/modal/usage/vue.md new file mode 100644 index 0000000000..d730b29297 --- /dev/null +++ b/core/src/components/modal/usage/vue.md @@ -0,0 +1,62 @@ +```vue + + + + + {{ title }} + + + + {{ content }} + + + + + +``` + +```vue + + + + Open Modal + + + + + +```