We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9d21e commit ee36352Copy full SHA for ee36352
.vitepress/showcases.ts
@@ -37,6 +37,18 @@ export const showcases: ShowCaseInfo[] = [
37
at: 'Seongland',
38
datetime: '2021-05-10',
39
},
40
+ {
41
+ title: 'Vue 3 > Vue 2 + 1',
42
+ cover: 'https://user-images.githubusercontent.com/11247099/122246420-1df97b80-cef9-11eb-9c57-7751c6999deb.png',
43
+ author: {
44
+ name: 'Thorsten Lünborg',
45
+ link: 'https://github.com/LinusBorg',
46
+ },
47
+ slidesLink: 'http://vueday-2021.linusb.org',
48
+ sourceLink: 'https://github.com/LinusBorg/vueday-enterjs-vue3',
49
+ at: 'Enter.js Vue Day',
50
+ datetime: '2021-06-15',
51
52
// Add yours here!
53
{
54
title: 'Yours?',
0 commit comments