10-family/hello.func.tsx
Hello Func
Support
Support source used by the official view family examples.
export const limit = 20;
export const add = () => {
if (data.count < limit) data.count++;
};
export const reset = () => {
data.count = 0;
};