@jeebey/wx-wxdevil

1.0.5 • Public • Published

介绍

简化wx开发,自动注入插件

安装

npm i @jeebey/wx-wxdevil

使用说明

import '@jeebey/wx-wxdevil' 
or 
require('@jeebey/wx-wxdevil')

使用方法

// 初始化Page.$this, App.$this 默认把插件入注到this对象中
App({
  plugins:{$cache:...} // this.$cache
})

Page({
 plugins:{$cache:...} // this.$cache
})

// 可以App, Page中使用 this.$cache 
// 如果Page有相同插件, 会被重写

Readme

Keywords

none

Package Sidebar

Install

npm i @jeebey/wx-wxdevil

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

2.02 kB

Total Files

3

Last publish

Collaborators

  • just4it