Skip to content

Commit 2296a94

Browse files
authored
chore: fresh playground (#3349)
1 parent 1647bb8 commit 2296a94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+30
-1013
lines changed

playground/app/app.vue playground/app.vue

-10
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,4 @@
1212
html {
1313
padding: 0.5em;
1414
}
15-
16-
.my-enter-active,
17-
.my-leave-active {
18-
transition: opacity 0.3s;
19-
}
20-
21-
.my-enter,
22-
.my-leave-active {
23-
opacity: 0;
24-
}
2515
</style>

playground/app/app/router.options.ts

-14
This file was deleted.

playground/app/layer-module/index.ts

-32
This file was deleted.

playground/app/layer-module/locales/en.json

-3
This file was deleted.

playground/app/layer-module/locales/fr.json

-3
This file was deleted.

playground/app/layer-module/locales/nl.json

-3
This file was deleted.

playground/app/layer-module/nuxt.config.ts

-34
This file was deleted.

playground/app/layouts/default.vue

-36
This file was deleted.

playground/app/module-experimental/index.ts

-37
This file was deleted.

playground/app/module-experimental/lang/de.ts

-5
This file was deleted.

playground/app/module-experimental/lang/en.ts

-5
This file was deleted.

playground/app/module1.ts

-20
This file was deleted.

playground/app/pages/[...catch].vue

-26
This file was deleted.

playground/app/pages/about.vue

-6
This file was deleted.

playground/app/pages/about/index.vue

-59
This file was deleted.

playground/app/pages/blog.vue

-33
This file was deleted.

playground/app/pages/category/[id].vue

-29
This file was deleted.

0 commit comments

Comments
 (0)