worksafe-component-library
Advanced tools
Comparing version 0.1.1 to 0.1.3
@@ -11,2 +11,4 @@ import Vue from 'vue'; | ||
import ContributeMD from './3-Contribute.md'; | ||
import CodeStyleMD from './4-CodeStyle.md'; | ||
import ChangelogMD from './5-Changelog.md'; | ||
@@ -43,2 +45,7 @@ // TODO: hide side panel in docs pages | ||
data() { return { ContributeMD } } | ||
})) | ||
.add('Changelog', () => ({ | ||
components: { DocsFile }, | ||
template: '<docs-file :markdown="ChangelogMD"></docs-file>', | ||
data() { return { ChangelogMD } } | ||
})) |
{ | ||
"name": "worksafe-component-library", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"description": "A Vue.js component library for use in WorkSafe family websites", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
186466
118
1568