refactoring
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user