@syman/pos-plugin
0.0.22 • Public • Published
@syman/pos-plugin
说明
插件服务于pos基于ts 目前支持ts/js引入
webpak 配置https://cli.vuejs.org/zh/guide/cli-service.html#%E4%BD%BF%E7%94%A8%E5%91%BD%E4%BB%A4
安装
npm i @syman/pos-plugin / yarn add @syman/pos-plugin
使用
全局注入
一般在 webpack 入口页面 main.js 中如下配置
import posPlugin from '@syman/pos-plugin';
Vue.use(posPlugin);
按需加载
import '@syman/pos-plugin/lib/pos-plugin.css'
import {PosstoreAffairs} from '@syman/pos-plugin';
全局注入不需要单独引入css样式
组件使用
目前仅仅只有测试组件PosStoreAffairs
<PosStoreAffairs></PosStoreAffairs>
Package Sidebar
Install
Weekly Downloads