diff --git a/src/App.vue b/src/App.vue index b971b20..86a4ed7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ \ No newline at end of file diff --git a/src/views/pinia/component/child-B.vue b/src/views/pinia/component/child-B.vue index 9ea9a4b..d6c2319 100644 --- a/src/views/pinia/component/child-B.vue +++ b/src/views/pinia/component/child-B.vue @@ -1,15 +1,20 @@ - - \ No newline at end of file diff --git a/src/views/slot/component/test.vue b/src/views/slot/component/test.vue new file mode 100644 index 0000000..cbf558f --- /dev/null +++ b/src/views/slot/component/test.vue @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/src/views/slot/index.vue b/src/views/slot/index.vue new file mode 100644 index 0000000..352fd13 --- /dev/null +++ b/src/views/slot/index.vue @@ -0,0 +1,41 @@ + + + \ No newline at end of file