Skip to content
Snippets Groups Projects
Commit a657d772 authored by Xiao Gui's avatar Xiao Gui
Browse files

feat: added preact to supported library

parent b8daba74
No related branches found
No related tags found
No related merge requests found
......@@ -179,4 +179,5 @@ export const SUPPORT_LIBRARY_MAP : Map<string,HTMLElement> = new Map([
['react@16',parseURLToElement('https://unpkg.com/react@16/umd/react.development.js')],
['reactdom@16',parseURLToElement('https://unpkg.com/react-dom@16/umd/react-dom.development.js')],
['vue@2.5.16',parseURLToElement('https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.js')],
['preact@8.4.2',parseURLToElement('https://cdn.jsdelivr.net/npm/preact@8.4.2/dist/preact.min.js')]
])
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment