MCPcopy Create free account
hub / github.com/bailicangdu/node-elm /

Class

prototype/baseComponent.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12export default class BaseComponent {
13 constructor(){
14 this.idList = ['restaurant_id', 'food_id', 'order_id', 'user_id', 'address_id', 'cart_id', 'img_id', 'category_id', 'item_id', 'sku_id', 'admin_id', 'statis_id'];
15 this.imgTypeList = ['shop', 'food', 'avatar','default'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected