Fixed small issues

This commit is contained in:
Grzegorz Leoniec 2019-06-26 00:37:11 +02:00
parent cc64f43a9f
commit e8f1c04ffe
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Vue.component('no-ssr', {
template: '<div><slot>No SSR</slot></div>',
})
Vue.component('v-popover', {
template: '<div style="display: none">Popover Content</div>',
template: '<div><slot>Popover Content</slot></div>',
})
// Automatically import all files ending in *.stories.js

View File

@ -24,7 +24,6 @@ module.exports = async ({ config, mode }) => {
__dirname,
'../node_modules/@human-connection/styleguide/dist/shared.scss',
),
path.resolve(__dirname, '../assets/styles/main.scss'),
],
injector: 'prepend',
},

View File

@ -16,7 +16,8 @@ const post = {
image: null,
author: {
id: 'u3',
avatar: '/uploads/1561386235196-Fleckenzwerg-Sabberlatzchen',
avatar:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/db/dbc9e03ebcc384b920c31542af2d27dd8eea9dc2_full.jpg',
slug: 'jenny-rostock',
name: 'Rainer Unsinn',
disabled: false,