Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digi1874/digi-refs
元素标记digi插件
https://github.com/digi1874/digi-refs
Last synced: 5 days ago
JSON representation
元素标记digi插件
- Host: GitHub
- URL: https://github.com/digi1874/digi-refs
- Owner: digi1874
- License: mit
- Created: 2019-01-02T03:59:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T14:36:58.000Z (about 6 years ago)
- Last Synced: 2025-01-27T19:56:36.950Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/digi1874/digi-refs.svg?branch=master)](https://travis-ci.org/digi1874/digi-refs)
[![codecov](https://codecov.io/gh/digi1874/digi-refs/branch/master/graph/badge.svg)](https://codecov.io/gh/digi1874/digi-refs)# digi-refs
## 使用
```
yarn add -D digi digi-refs
```
```
import digi from 'digi'
import refs, { allotId } from 'digi-refs'digi.plugins([ refs ])
const elementRefId = allotId()
digi({
ref: elementRefId
})console.log(refs[elementRefId].outerHTML)
"
// => "```
#
- [digi](https://github.com/digi1874/digi)
#