UNPKG

@inkline/paper

Version:

Paper is a unified interface for defining components for Vue and React using a single code base.

3 lines (2 loc) 126 B
import { watch as nativeWatch } from "vue"; export const watch = (dependency, callback) => nativeWatch(dependency, callback);