{{ greetMsg }}
- diff --git a/src/components/sizeMixin.js b/src/components/sizeMixin.js deleted file mode 100644 index 476248b..0000000 --- a/src/components/sizeMixin.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @mixin - */ -module.exports = { - props: { - /** - * Set size of the element - */ - size: { - type: String, - default: '14px' - } - } -} diff --git a/styleguide.config.js b/styleguide.config.cjs similarity index 83% rename from styleguide.config.js rename to styleguide.config.cjs index fa47958..312a73f 100644 --- a/styleguide.config.js +++ b/styleguide.config.cjs @@ -1,7 +1,8 @@ module.exports = { // set your styleguidist configuration here title: 'Default Style Guide', - components: 'src/components/Greet.vue', + serverPort: 6061, + // components: 'src/components/**/[A-Z]*.vue', // defaultExample: true, // sections: [ // {