Fixed missing slot filler description
This commit is contained in:
1
app/.gitignore
vendored
1
app/.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
.meteor/meteorite
|
||||
.demeteorized
|
||||
.cache
|
||||
.vscode
|
||||
settings.json
|
||||
public/components
|
||||
public/_imports.html
|
||||
|
||||
@@ -43,8 +43,12 @@
|
||||
<script lang="js">
|
||||
import propertyViewerMixin from '/imports/ui/properties/viewers/shared/propertyViewerMixin.js';
|
||||
import { getPropertyName } from '/imports/constants/PROPERTIES.js';
|
||||
import MarkdownText from '/imports/ui/components/MarkdownText.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
MarkdownText,
|
||||
},
|
||||
mixins: [propertyViewerMixin],
|
||||
inject: {
|
||||
context: { default: {} }
|
||||
|
||||
Reference in New Issue
Block a user