mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
'use strict';
|
|
|
|
export default class extends think.controller.base {
|
|
/**
|
|
* some base method in here
|
|
*/
|
|
} |