5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
|
import Vue from 'vue'
|
||
|
|
||
|
export class MandComponent extends Vue {
|
||
|
static name: string
|
||
|
}
|