feat: add changelog page

This commit is contained in:
Justineo
2021-09-25 15:17:57 +08:00
parent 28459eaa42
commit 9dc42b82cf
18 changed files with 761 additions and 104 deletions

View File

@@ -24,16 +24,10 @@ export default function attacher () {
{
slot: 'source'
},
h(
'div',
{
'v-pre': true
},
{
type: 'raw',
value: code
}
)
{
type: 'raw',
value: code
}
),
h(
'template',