Socket
Socket
Sign inDemoInstall

papercomps

Package Overview
Dependencies
17
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    papercomps

<!-- * @Descripttion: * @Version: * @Author: jiaoxingxing * @Date: 2022-07-15 13:58:57 * @LastEditors: jiaoxingxing * @LastEditTime: 2022-09-22 09:00:48 -->


Version published
Maintainers
1
Created

Readme

Source

resource-components

资源开发的公共组件

Getting started

开发组件

开发的组件统一从根目录 index.js 中导出

说明

流转

所有的接口都是写在 Store 中,视图通过 action 获取到数据模型,通过 action,调用 store 的方法。 视图->Action->store

store

在上面的流程上,如何拿到项目中的 Store 是重中之重

可以通过项目中的this.$store获取,作为参数导入组件中

FAQs

Last updated on 27 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc