[improvement] Functional: ContactList, NavBar, Panel, SubmitBar, SwitchCell, Tag (#2675)

This commit is contained in:
neverland
2019-02-02 16:04:54 +08:00
committed by GitHub
parent 3c6c32e305
commit 5926d02d38
11 changed files with 302 additions and 265 deletions

View File

@@ -4,6 +4,8 @@ export { use, useSlots } from './use';
export const isServer = Vue.prototype.$isServer;
export function noop() {}
export function isDef(value) {
return value !== undefined && value !== null;
}