Files
ops2/frontent/ops_vue/myfunc.ts
T

10 lines
84 B
TypeScript

export const myfuncs = {
test(){
console.log("Myfunc test");
},
}