Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digi1874/digi-refs

元素标记digi插件
https://github.com/digi1874/digi-refs

Last synced: 5 days ago
JSON representation

元素标记digi插件

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)
#