UNPKG

@codelet/core

Version:
9 lines (8 loc) 244 B
import { mergeOptions } from '../utils'; import { RuntimeBehavior } from './runtime'; export function createPage(options) { return Page(mergeOptions({ // 注入runtime行为 behaviors: [RuntimeBehavior], }, options)); }