mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed small issues
This commit is contained in:
parent
cc64f43a9f
commit
e8f1c04ffe
@ -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
|
||||
|
||||
@ -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',
|
||||
},
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user