refactoring

This commit is contained in:
Philipp Kühn
2021-05-04 11:03:11 +02:00
parent a96e0c2816
commit 0e1d6d41fe
6 changed files with 18 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import Vue, { Component } from 'vue'
interface NodeViewContentInterface extends Vue {
as: string
export interface NodeViewContentInterface extends Vue {
as: string,
}
export const NodeViewContent: Component = {